Skip to content

Commit dfe5b68

Browse files
mfranzkeCopilot
andauthored
refactor: moved configuration (#6222)
* refactor: moved configuration to clean up the root * Update package.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 76959a2 commit dfe5b68

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"lint:codespell": "cspell . --config .config/cspell.config.ts",
6767
"lint:jscpd": "jscpd . --exitCode 1 --config .config/.jscpd.json",
6868
"lint:markdownlint": "markdownlint --config .config/.markdown-lint.yml **/*.md",
69-
"lint:package-json": "npx --no npm-package-json-lint packages/*/package.json",
69+
"lint:package-json": "npx --no npm-package-json-lint packages/*/package.json --configFile .config/.npmpackagejsonlintrc.json",
7070
"lint:stylelint": "stylelint **/*.{css,scss}",
7171
"lint:xo": "xo",
7272
"prepare": "husky",

0 commit comments

Comments
 (0)