File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
lib
3
- .docs
3
+ .docs
4
+ types
Original file line number Diff line number Diff line change 1
- // Keep this file for editor support
2
- module . exports = require ( '@researchgate/spire-config/eslint/react' ) ;
1
+ 'use strict' ;
2
+ // This file was created by spire-plugin-eslint for editor support
3
+ module . exports = require ( '@researchgate/spire-config/eslint/react-typescript' ) ;
Original file line number Diff line number Diff line change 69
69
},
70
70
"prettier" : " @researchgate/prettier-config" ,
71
71
"spire" : {
72
- "extends" : " @researchgate/spire-config" ,
72
+ "extends" : [
73
+ [
74
+ " @researchgate/spire-config" ,
75
+ {
76
+ "eslint" : " react-typescript"
77
+ }
78
+ ]
79
+ ],
73
80
"plugins" : [
74
81
" spire-plugin-semantic-release" ,
75
82
" <rootDir>/.spire/spire-plugin-tslint"
You can’t perform that action at this time.
0 commit comments