Skip to content

Commit 0d0796b

Browse files
committed
Fix linter-issues
1 parent 03512d5 commit 0d0796b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.ncurc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint no-unused-vars: ["error", { "args": "none" }] */
2+
13
module.exports = {
24
/** Filter out non-major version updates.
35
@param {string} packageName The name of the dependency.

tools/linters/.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ module.exports = {
1414
files: ["*.json"],
1515
extends: ["plugin:jsonc/recommended-with-json"],
1616
parser: "jsonc-eslint-parser",
17-
rules: {
18-
"no-unused-vars": ["error", { "args": "none" }]
19-
},
2017
}
2118
]
2219
};

0 commit comments

Comments
 (0)