Skip to content

Commit 6acedc3

Browse files
committed
update eslintrc according to master branch
1 parent 342eb86 commit 6acedc3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.eslintrc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"ignoreUrls": true,
77
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
88
}],
9-
// NOTE(bajtos) we should eventuall remove this override
9+
// NOTE we should eventually remove this override
1010
// and fix all of those 100+ violations
11-
"one-var": "off"
11+
"one-var": "off",
12+
"no-unused-expressions": "off"
1213
}
13-
}
14+
}

0 commit comments

Comments
 (0)