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 11node_modules
22lib
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 6969 },
7070 "prettier" : " @researchgate/prettier-config" ,
7171 "spire" : {
72- "extends" : " @researchgate/spire-config" ,
72+ "extends" : [
73+ [
74+ " @researchgate/spire-config" ,
75+ {
76+ "eslint" : " react-typescript"
77+ }
78+ ]
79+ ],
7380 "plugins" : [
7481 " spire-plugin-semantic-release" ,
7582 " <rootDir>/.spire/spire-plugin-tslint"
You can’t perform that action at this time.
0 commit comments