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 7b692cb commit b162f8aCopy full SHA for b162f8a
package.json
@@ -17,8 +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\" --config eslint.config.ts",
21
- "lint:js-docs": "eslint --no-inline-config --config eslint.config.ts \"**/*.md\" ",
+ "lint:js-docs": "eslint --no-inline-config \"**/*.md\"",
22
"lint:package-json": "npmPkgJsonLint .",
23
"release": "release-it",
24
"test": "vitest run --coverage",
0 commit comments