We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a5ec1 commit c4b7054Copy full SHA for c4b7054
package.json
@@ -13,7 +13,8 @@
13
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
14
"lint:docs": "markdownlint \"**/*.md\"",
15
"lint:eslint-docs": "npm-run-all \"update:eslint-docs -- --check\"",
16
- "lint:js": "eslint --cache .",
+ "lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .",
17
+ "lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
18
"lint:package-json": "npmPkgJsonLint .",
19
"release": "release-it",
20
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
0 commit comments