Skip to content

Commit 5f071b1

Browse files
author
alxndrsn
committed
revert repeat rule no-unreachable
1 parent 2d61d71 commit 5f071b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"@typescript-eslint/no-unused-vars": ["error", {
1616
"args": "none"
1717
}],
18-
"no-unused-vars": "off",
19-
"no-unreachable": "error"
18+
"no-unused-vars": "off"
2019
},
2120
"overrides": [
2221
{

0 commit comments

Comments
 (0)