feat: enable no-invalid-this
(#173)
This commit is contained in:
parent
e28861a247
commit
ff74d69719
@ -310,6 +310,7 @@ module.exports = {
|
||||
'no-with': 'error',
|
||||
'no-void': 'error',
|
||||
'no-useless-escape': 'off',
|
||||
'no-invalid-this': 'error',
|
||||
'vars-on-top': 'error',
|
||||
'require-await': 'off',
|
||||
'no-return-assign': 'off',
|
||||
|
@ -114,6 +114,8 @@ module.exports = {
|
||||
],
|
||||
offsetTernaryExpressions: true,
|
||||
}],
|
||||
'no-invalid-this': 'off',
|
||||
'@typescript-eslint/no-invalid-this': 'error',
|
||||
'no-redeclare': 'off',
|
||||
'@typescript-eslint/no-redeclare': 'error',
|
||||
'no-use-before-define': 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user