Skip to content

Commit 2392a6d

Browse files
committed
re-enabling one var
1 parent cb0ed74 commit 2392a6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ module.exports = {
1919
// The rest of these override rules that are enabled by one of the configs we extend but not compatible with current codebase
2020
// todo: fix issues and then remove overrides here
2121
"node/no-deprecated-api": "warn",
22-
"one-var": "warn",
2322
"valid-jsdoc": "off", // too many issues; drowns out everything else
2423
"require-jsdoc": "warn",
2524
"camelcase": "off", // todo: determine if we should keep this off globally, or disable it on a per-line basis

0 commit comments

Comments
 (0)