There was an error while loading. Please reload this page.
1 parent 278f54f commit 7e873c0Copy full SHA for 7e873c0
1 file changed
ts.js
@@ -1,6 +1,8 @@
1
module.exports = {
2
extends: [
3
'eslint:recommended',
4
+ 'plugin:@typescript-eslint/strict-type-checked',
5
+ 'plugin:@typescript-eslint/stylistic-type-checked',
6
'plugin:import/recommended',
7
'plugin:import/typescript',
8
'plugin:prettier/recommended'
@@ -24,13 +26,6 @@ module.exports = {
24
26
}
25
27
},
28
overrides: [
- {
- extends: [
29
- 'plugin:@typescript-eslint/strict-type-checked',
30
- 'plugin:@typescript-eslint/stylistic-type-checked',
31
- ],
32
- files: ['./**/*.{ts,tsx}']
33
- },
34
{
35
extends: ['plugin:prettier/recommended'],
36
files: ['./**/*.json'],
0 commit comments