We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a5ec1 commit 71aad7bCopy full SHA for 71aad7b
package.json
@@ -11,9 +11,9 @@
11
"license": "MIT",
12
"scripts": {
13
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
14
- "lint:docs": "markdownlint \"**/*.md\"",
+ "lint:docs": "eslint --no-inline-config \"**/*.md\" && 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:package-json": "npmPkgJsonLint .",
18
"release": "release-it",
19
"test": "nyc --all --check-coverage --include lib mocha tests --recursive",
0 commit comments