mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 21:03:08 +02:00
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-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 a new issue