Skip to content

Commit

Permalink
chore: update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 20, 2021
1 parent 6b32481 commit 02b4db0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "eslint-config-atomic",
"ignorePatterns": ["dist/", "node_modules/", "spec/fixtures"]
"rules": {
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-non-null-assertion": "off"
}
}

0 comments on commit 02b4db0

Please sign in to comment.