Skip to content

Commit 262946e

Browse files
committed
add it back
1 parent b162f8a commit 262946e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
1818
"lint:docs": "markdownlint \"**/*.md\"",
1919
"lint:eslint-docs": "npm-run-all -s build \"update:eslint-docs -- --check\"",
20+
"lint:js": "eslint --cache --ignore-pattern \"**/*.md\"",
2021
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
2122
"lint:package-json": "npmPkgJsonLint .",
2223
"release": "release-it",

0 commit comments

Comments
 (0)