Skip to content

Commit 3747e31

Browse files
remove eslint rule turning off no-unused-expressions for spec dir
1 parent 8f70887 commit 3747e31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"array-bracket-spacing": ["off"],
88
"no-sparse-arrays": ["off"],
99
"object-property-newline": ["off"],
10-
"no-underscore-dangle": ["off"],
11-
"no-unused-expressions": ["off"]
10+
"no-underscore-dangle": ["off"]
1211
},
1312
"globals": {
1413
"describe": true,

0 commit comments

Comments
 (0)