We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f32e5 commit 6f35ef6Copy full SHA for 6f35ef6
.eslintrc
@@ -51,5 +51,22 @@
51
"warn", { "argsIgnorePattern": "^_" }
52
],
53
"@typescript-eslint/lines-between-class-members": "off"
54
- }
+ },
55
+ "overrides": [
56
+ {
57
+ "files": [
58
+ "*.spec.ts",
59
+ "*.spec.tsx",
60
+ "*.spec.js",
61
+ "*.spec.jsx",
62
+ "*.test.ts",
63
+ "*.test.tsx",
64
+ "*.test.js",
65
+ "*.test.jsx"
66
+ ],
67
+ "rules": {
68
+ "@typescript-eslint/no-non-null-assertion": "off"
69
+ }
70
71
+ ]
72
}
0 commit comments