We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342eb86 commit 6acedc3Copy full SHA for 6acedc3
.eslintrc
@@ -6,8 +6,9 @@
6
"ignoreUrls": true,
7
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"
8
}],
9
- // NOTE(bajtos) we should eventuall remove this override
+ // NOTE we should eventually remove this override
10
// and fix all of those 100+ violations
11
- "one-var": "off"
+ "one-var": "off",
12
+ "no-unused-expressions": "off"
13
}
-}
14
+}
0 commit comments