mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
removed eslint rule "no-useless-catch", since it is unknown to codacys eslint version
This commit is contained in:
parent
abb951c0c6
commit
2f6dc13f76
@ -198,7 +198,7 @@ module.exports = {
|
||||
"no-unused-expressions": "error",
|
||||
"no-use-before-define": "error",
|
||||
"no-useless-call": "error",
|
||||
"no-useless-catch": "error",
|
||||
// "no-useless-catch": "error",
|
||||
"no-useless-computed-key": "error",
|
||||
"no-useless-concat": "error",
|
||||
"no-useless-constructor": "error",
|
||||
|
Loading…
Reference in New Issue
Block a user