chore: set "no-non-null-assertion" to off
This commit is contained in:
parent
80a7bf2a43
commit
de728781f1
1 changed files with 3 additions and 0 deletions
|
@ -20,5 +20,8 @@ module.exports = {
|
|||
"import/first": "error",
|
||||
"import/newline-after-import": "error",
|
||||
"import/no-duplicates": "error",
|
||||
|
||||
// typescript stuff
|
||||
"@typescript-eslint/no-non-null-assertion": "off",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue