Skip to content

Commit 7b692cb

Browse files
committed
add explicit config flag
1 parent 2f0fd99 commit 7b692cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

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

0 commit comments

Comments
 (0)