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 5fe2ff2 commit 4386501Copy full SHA for 4386501
.eslintrc.json
@@ -110,7 +110,7 @@
110
}
111
],
112
"@typescript-eslint/no-unused-vars": [
113
- "error",
+ "warn",
114
{
115
// Ignore: (solely underscores | starting with exactly one underscore)
116
"argsIgnorePattern": "^(_+$|_[^_])",
Herebyfile.mjs
@@ -538,6 +538,8 @@ export const lint = task({
538
"--format",
539
formatter,
540
"--report-unused-disable-directives",
541
+ "--max-warnings",
542
+ "0",
543
];
544
545
if (cmdLineOptions.fix) {
0 commit comments