We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9439851 commit 331fca0Copy full SHA for 331fca0
.eslintrc.js
@@ -58,7 +58,7 @@ module.exports = {
58
"no-return-assign": "off",
59
"no-shadow": "off",
60
"no-throw-literal": "off",
61
- "no-unreachable": "off",
+ "no-unreachable": "error",
62
"no-unused-vars": "off",
63
"no-trailing-spaces": ['error',{
64
"skipBlankLines" : true
0 commit comments