Skip to content

Commit 331fca0

Browse files
Enable eslint rule no-unreachable (#393)
1 parent 9439851 commit 331fca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = {
5858
"no-return-assign": "off",
5959
"no-shadow": "off",
6060
"no-throw-literal": "off",
61-
"no-unreachable": "off",
61+
"no-unreachable": "error",
6262
"no-unused-vars": "off",
6363
"no-trailing-spaces": ['error',{
6464
"skipBlankLines" : true

0 commit comments

Comments
 (0)