stylelint-config-wordpress
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -0,1 +1,5 @@ | ||
# 1.1.0 | ||
* Added: `selector-pseudo-element-colon-notation` with option `single` | ||
# 1.0.1 | ||
@@ -2,0 +6,0 @@ |
@@ -54,2 +54,3 @@ module.exports = { | ||
"selector-no-vendor-prefix": true, | ||
"selector-pseudo-element-colon-notation": "single", | ||
"string-quotes": "double", | ||
@@ -56,0 +57,0 @@ "value-list-comma-newline-after": "always-multi-line", |
{ | ||
"name": "stylelint-config-wordpress", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "WordPress shareable config for stylelint", | ||
"keywords": [ | ||
"css", | ||
"stylelint", | ||
"stylelint-config" | ||
"stylelint-config", | ||
"wordpress", | ||
"WordPress" | ||
], | ||
@@ -15,2 +18,4 @@ "author": "Stylelint", | ||
}, | ||
"homepage": "https://github.com/stylelint/stylelint-config-wordpress", | ||
"bugs": "https://github.com/stylelint/stylelint-config-wordpress/issues", | ||
"main": "index.js", | ||
@@ -25,5 +30,7 @@ "files": [ | ||
"babel-preset-es2015": "^6.1.18", | ||
"babel-tape-runner": "^1.3.0", | ||
"babel-tape-runner": "^2.0.0", | ||
"eslint": "^1.10.3", | ||
"eslint-config-stylelint": "^0.1.0", | ||
"github-release-from-changelog": "^1.1.1", | ||
"npmpub": "^2.0.0", | ||
"stylelint": "^3.0.2", | ||
@@ -34,2 +41,3 @@ "tape": "^4.2.2" | ||
"lint": "eslint . --ignore-path .gitignore", | ||
"release": "npmpublish && github-release-from-changelog", | ||
"tape": "babel-tape-runner \"__tests__/**/*.js\"", | ||
@@ -36,0 +44,0 @@ "test": "npm run lint && npm run tape" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7024
61
0
9