Skip to content

Commit 4d57c49

Browse files
committed
chore: Fix linting
1 parent 4363998 commit 4d57c49

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
lib
3-
.docs
3+
.docs
4+
types

.eslintrc.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
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');

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,14 @@
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"

0 commit comments

Comments
 (0)