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