Skip to content

Commit a180c13

Browse files
committed
chore: update eslint rules
1 parent 6b32481 commit a180c13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintrc.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"extends": "eslint-config-atomic",
3-
"ignorePatterns": ["dist/", "node_modules/", "spec/fixtures"]
3+
"ignorePatterns": ["dist/", "node_modules/", "spec/fixtures"],
4+
"rules": {
5+
"@typescript-eslint/no-inferrable-types": "off",
6+
"@typescript-eslint/no-non-null-assertion": "off"
7+
}
48
}

0 commit comments

Comments
 (0)