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 47f3161 commit 5f61575Copy full SHA for 5f61575
eslint.config.mjs
@@ -4,6 +4,9 @@ import jsdoc from './dist/index.js';
4
// import canonicalJsdoc from 'eslint-config-canonical/jsdoc.js';
5
6
const common = {
7
+ linterOptions: {
8
+ reportUnusedDisableDirectives: 'off'
9
+ },
10
plugins: {
11
jsdoc
12
}
package.json
@@ -133,7 +133,7 @@
133
"create-options": "node ./src/bin/generateOptions.mjs",
134
"install-offline": "pnpm install --prefer-offline --no-audit",
135
"lint": "npm run lint-arg -- .",
136
- "lint-arg": "eslint --report-unused-disable-directives-severity=off",
+ "lint-arg": "eslint",
137
"lint-fix": "npm run lint-arg -- --fix .",
138
"prepare": "husky install",
139
"test-no-cov": "cross-env BABEL_ENV=test mocha",
0 commit comments