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 b162f8a commit 262946eCopy full SHA for 262946e
package.json
@@ -17,6 +17,7 @@
17
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
18
"lint:docs": "markdownlint \"**/*.md\"",
19
"lint:eslint-docs": "npm-run-all -s build \"update:eslint-docs -- --check\"",
20
+ "lint:js": "eslint --cache --ignore-pattern \"**/*.md\"",
21
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
22
"lint:package-json": "npmPkgJsonLint .",
23
"release": "release-it",
0 commit comments