Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 9448709

Browse files
committed
Upgrade to v4 beta of npm-package-json-lint
1 parent ff99c0f commit 9448709

File tree

3 files changed

+326
-82
lines changed

3 files changed

+326
-82
lines changed

.npmpackagejsonlintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "npm-package-json-lint-config-tc"
2+
"extends": "npm-package-json-lint-config-tc",
3+
"rules": {
4+
"prefer-no-version-zero-devDependencies": ["error", {"exceptions": ["eslint-plugin-vue-a11y"]}]
5+
}
36
}

0 commit comments

Comments
 (0)