File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ import jsdoc from './dist/index.js';
4
4
// import canonicalJsdoc from 'eslint-config-canonical/jsdoc.js';
5
5
6
6
const common = {
7
- linterOptions : {
8
- reportUnusedDisableDirectives : 0
9
- } ,
10
7
plugins : {
11
8
jsdoc
12
9
}
@@ -15,6 +12,10 @@ const common = {
15
12
export default [
16
13
// canonical,
17
14
// canonicalJsdoc,
15
+ {
16
+ // Must be by itself
17
+ ignores : [ 'dist/**/*.js' , '.ignore/**/*.js' ] ,
18
+ } ,
18
19
{
19
20
...common ,
20
21
files : [ '.ncurc.js' ] ,
@@ -44,7 +45,6 @@ export default [
44
45
} ,
45
46
{
46
47
...common ,
47
- ignores : [ 'dist/**/*.js' , '.ignore/**/*.js' ] ,
48
48
languageOptions : {
49
49
globals : globals . node
50
50
} ,
Original file line number Diff line number Diff line change 133
133
"create-options" : " node ./src/bin/generateOptions.mjs" ,
134
134
"install-offline" : " pnpm install --prefer-offline --no-audit" ,
135
135
"lint" : " npm run lint-arg -- ." ,
136
- "lint-arg" : " eslint --report-unused-disable-directives=false " ,
136
+ "lint-arg" : " eslint --report-unused-disable-directives-severity=off " ,
137
137
"lint-fix" : " npm run lint-arg -- --fix ." ,
138
138
"prepare" : " husky install" ,
139
139
"test-no-cov" : " cross-env BABEL_ENV=test mocha" ,
You can’t perform that action at this time.
0 commit comments