Skip to content

Commit 02b4db0

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"extends": "eslint-config-atomic",
33
"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)