Skip to content

Commit 7ec79af

Browse files
committed
Enable four more rules
Fixes #2 Fixes #3 Fixes #6 Fixes #7
1 parent f7857cf commit 7ec79af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.eslintrc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"error",
2626
"smart"
2727
],
28-
29-
// Shows errors where jshint wouldn't (see jshint "expr" rule)
30-
// clarifying this with eslint team
31-
// "no-unused-expressions": "error",
28+
"no-unused-expressions": "error",
29+
"no-sequences": "error",
30+
"no-nested-ternary": "error",
31+
"no-unreachable": "error",
3232
"wrap-iife": [
3333
"error",
3434
"inside"

0 commit comments

Comments
 (0)