We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@wordpress/npm-package-json-lint-config
1 parent 416ec14 commit 7a87ab0Copy full SHA for 7a87ab0
1 file changed
packages/stylelint-config-wordpress/package.json
@@ -38,6 +38,7 @@
38
"devDependencies": {
39
"@commitlint/cli": "^7.0.0",
40
"@commitlint/config-conventional": "^7.0.1",
41
+ "@wordpress/npm-package-json-lint-config": "^1.1.2",
42
"eslint": "^5.4.0",
43
"eslint-plugin-jest": "^21.21.0",
44
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#b65ae0cea1199c9714641ed3be7ea98fcb27dd6c",
@@ -84,6 +85,17 @@
84
85
],
86
"verbose": true
87
},
88
+ "npmPackageJsonLintConfig": {
89
+ "extends": "@wordpress/npm-package-json-lint-config",
90
+ "rules": {
91
+ "valid-values-license": [
92
+ "error",
93
+ [
94
+ "MIT"
95
+ ]
96
97
+ }
98
+ },
99
"remarkConfig": {
100
"presets": [
101
"lint-recommended",
0 commit comments