Merge pull request #4775 from thornbill/unused-privates
This commit is contained in:
commit
2c1167c193
3 changed files with 75 additions and 87 deletions
|
@ -65,6 +65,7 @@ module.exports = {
|
|||
'no-trailing-spaces': ['error'],
|
||||
'no-unused-expressions': ['off'],
|
||||
'@typescript-eslint/no-unused-expressions': ['error', { 'allowShortCircuit': true, 'allowTernary': true, 'allowTaggedTemplates': true }],
|
||||
'no-unused-private-class-members': ['error'],
|
||||
'no-useless-constructor': ['off'],
|
||||
'@typescript-eslint/no-useless-constructor': ['error'],
|
||||
'no-var': ['error'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue