remove typescript option
This commit is contained in:
parent
b8f194ef8c
commit
4c9199c7c6
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ module.exports = {
|
|||
'no-throw-literal': ['error'],
|
||||
'no-trailing-spaces': ['error'],
|
||||
'no-unneeded-ternary': ['error'],
|
||||
'@typescript-eslint/no-unneeded-ternary': ['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