Skip to content

Commit

Permalink
feat: disable @typescript-eslint/no-non-null-assertion rule
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesMangwa committed Apr 19, 2022
1 parent 934c022 commit 2d3e276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"url": "git+https://github.com/colorfy-software/eslint-config.git"
},
"keywords": [
"typescript",
"javascript",
"eslint",
"eslintconfig"
Expand Down
1 change: 1 addition & 0 deletions react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ module.exports = {
"react-native/no-raw-text": OFF,
"no-use-before-define": OFF,
"@typescript-eslint/no-use-before-define": OFF,
"@typescript-eslint/no-non-null-assertion": OFF,
"@typescript-eslint/ban-ts-ignore": OFF,
"@typescript-eslint/no-unused-vars": [ERROR, NO_UNUSED_VARS_OPTIONS],
"no-extend-native": OFF,
Expand Down

0 comments on commit 2d3e276

Please sign in to comment.