🔧 Edit linter config (disable no-non-null-assertion)
This commit is contained in:
parent
1cdcf045ad
commit
37de39daa7
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ module.exports = {
|
|||
},
|
||||
plugins: ['@typescript-eslint'],
|
||||
rules: {
|
||||
'@typescript-eslint/restrict-template-expressions': 'off'
|
||||
'@typescript-eslint/restrict-template-expressions': 'off',
|
||||
'@typescript-eslint/no-non-null-assertion': 'off'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue