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