chore: enable no-undef-init lint rule
This commit is contained in:
parent
9f090da01f
commit
73083424cf
3 changed files with 3 additions and 2 deletions
|
@ -63,6 +63,7 @@ module.exports = {
|
|||
'@typescript-eslint/no-shadow': ['error'],
|
||||
'no-throw-literal': ['error'],
|
||||
'no-trailing-spaces': ['error'],
|
||||
'no-undef-init': ['error'],
|
||||
'no-unused-expressions': ['off'],
|
||||
'@typescript-eslint/no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }],
|
||||
'no-unused-private-class-members': ['error'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue