We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b32481 commit a180c13Copy full SHA for a180c13
.eslintrc.json
@@ -1,4 +1,8 @@
1
{
2
"extends": "eslint-config-atomic",
3
- "ignorePatterns": ["dist/", "node_modules/", "spec/fixtures"]
+ "ignorePatterns": ["dist/", "node_modules/", "spec/fixtures"],
4
+ "rules": {
5
+ "@typescript-eslint/no-inferrable-types": "off",
6
+ "@typescript-eslint/no-non-null-assertion": "off"
7
+ }
8
}
0 commit comments