Update .eslintrc.js
This commit is contained in:
parent
677ed40b40
commit
51ca78d496
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ module.exports = {
|
|||
'no-param-reassign': ['warn'],
|
||||
'no-constant-condition': ['warn'],
|
||||
'no-empty-pattern': ['warn'],
|
||||
'@typescript-eslint/no-inferrable-types': ['off'],
|
||||
'@typescript-eslint/no-inferrable-types': ['warn'],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue