remove typescript option

This commit is contained in:
Freako 2023-10-11 10:09:15 +05:30 committed by GitHub
parent b8f194ef8c
commit 4c9199c7c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],