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 cb0ed74 commit 2392a6dCopy full SHA for 2392a6d
.eslintrc.js
@@ -19,7 +19,6 @@ module.exports = {
19
// The rest of these override rules that are enabled by one of the configs we extend but not compatible with current codebase
20
// todo: fix issues and then remove overrides here
21
"node/no-deprecated-api": "warn",
22
- "one-var": "warn",
23
"valid-jsdoc": "off", // too many issues; drowns out everything else
24
"require-jsdoc": "warn",
25
"camelcase": "off", // todo: determine if we should keep this off globally, or disable it on a per-line basis
0 commit comments