Skip to content

Commit b162f8a

Browse files
committed
remove script
1 parent 7b692cb commit b162f8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +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\" --config eslint.config.ts",
21-
"lint:js-docs": "eslint --no-inline-config --config eslint.config.ts \"**/*.md\" ",
20+
"lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
2221
"lint:package-json": "npmPkgJsonLint .",
2322
"release": "release-it",
2423
"test": "vitest run --coverage",

0 commit comments

Comments
 (0)