Skip to content

Commit 972d5ce

Browse files
committed
build: update eslint
1 parent cbf3954 commit 972d5ce

File tree

5 files changed

+23889
-19
lines changed

5 files changed

+23889
-19
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"project": "./tsconfig.json"
77
},
88
"extends":[
9-
"standard",
9+
"eslint:recommended",
1010
"plugin:react/recommended",
1111
"plugin:@typescript-eslint/recommended"
1212
],
@@ -70,6 +70,7 @@
7070
"allowedNames": ["that"] // Allow `const self = this`; `[]` by default
7171
}
7272
],
73+
"@typescript-eslint/explicit-module-boundary-types": 0,
7374
"prefer-const": 0,
7475
"no-var": 0,
7576
"prefer-rest-params": 0

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ package-lock.json
1515
setupTests.js
1616
storyshots.test.js
1717
tsconfig.build.json
18-
tsconfig.json
18+
tsconfig.json
19+
stories

0 commit comments

Comments
 (0)