File tree 1 file changed +27
-4
lines changed
1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 6
6
"sourceType" : " module" ,
7
7
"project" : " ./tsconfig.*?.json"
8
8
},
9
- "ignorePatterns" : [" **/*" ],
10
- "plugins" : [" @typescript-eslint" , " @nrwl/nx" ],
9
+ "ignorePatterns" : [
10
+ " **/*"
11
+ ],
12
+ "plugins" : [
13
+ " @typescript-eslint" ,
14
+ " @nrwl/nx"
15
+ ],
11
16
"extends" : [
12
17
" eslint:recommended" ,
13
18
" plugin:@typescript-eslint/eslint-recommended" ,
27
32
"enforceBuildableLibDependency" : true ,
28
33
"allow" : [],
29
34
"depConstraints" : [
30
- { "sourceTag" : " *" , "onlyDependOnLibsWithTags" : [" *" ] }
35
+ {
36
+ "sourceTag" : " *" ,
37
+ "onlyDependOnLibsWithTags" : [
38
+ " *"
39
+ ]
40
+ }
31
41
]
32
42
}
33
43
]
34
44
},
35
45
"overrides" : [
36
46
{
37
- "files" : [" *.tsx" ],
47
+ "files" : [
48
+ " **/*.spec.js" ,
49
+ " **/*.spec.jsx" ,
50
+ " **/*.spec.ts" ,
51
+ " **/*.spec.tsx"
52
+ ],
53
+ "env" : {
54
+ "jest" : true
55
+ }
56
+ },
57
+ {
58
+ "files" : [
59
+ " *.tsx"
60
+ ],
38
61
"rules" : {
39
62
"@typescript-eslint/no-unused-vars" : " off"
40
63
}
You can’t perform that action at this time.
0 commit comments