stylelint-config-wordpress
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -0,3 +1,7 @@ | ||
# 0.2.0 | ||
* Fixed: No quotes for URLs -> `"function-url-quotes": [ 2, "none" ]` | ||
# 0.1.0 | ||
* Initial release |
@@ -25,3 +25,3 @@ module.exports = { | ||
"function-space-after": [ 2, "always" ], | ||
"function-url-quotes": [ 2, "double" ], | ||
"function-url-quotes": [ 2, "none" ], | ||
"indentation": [ 2, "tab" ], | ||
@@ -28,0 +28,0 @@ "media-feature-colon-space-after": [ 2, "always" ], |
{ | ||
"name": "stylelint-config-wordpress", | ||
"version": "0.1.0", | ||
"description": "Wordpress shareable config for stylelint", | ||
"version": "0.2.0", | ||
"description": "WordPress shareable config for stylelint", | ||
"keywords": [ | ||
@@ -22,8 +22,9 @@ "stylelint", | ||
"devDependencies": { | ||
"babel": "^5.8.19", | ||
"babel-tape-runner": "^1.1.0", | ||
"eslint": "^0.24.1", | ||
"babel": "^5.8.20", | ||
"babel-tape-runner": "^1.2.0", | ||
"eslint": "^1.0.0", | ||
"eslint-config-stylelint": "^0.1.0", | ||
"postcss": "^4.1.16", | ||
"stylelint": "^0.5.0", | ||
"tape": "^4.0.1" | ||
"stylelint": "^0.8.0", | ||
"tape": "^4.0.2" | ||
}, | ||
@@ -30,0 +31,0 @@ "scripts": { |
# stylelint-config-wordpress | ||
[![NPM version](http://img.shields.io/npm/v/stylelint-config-wordpress.svg)](https://www.npmjs.org/package/stylelint-config-wordpress) [![Travis Build Status](https://img.shields.io/travis/stylelint/stylelint-config-wordpress/master.svg?label=unix%20build)](https://travis-ci.org/stylelint/stylelint-config-wordpress) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/jeddy3/stylelint-config-wordpress/master.svg?label=windows%20build)](https://ci.appveyor.com/project/jeddy3/stylelint-config-wordpress) | ||
> Wordpress shareable config for stylelint. | ||
> WordPress shareable config for stylelint. | ||
Configuration rules to ensure your CSS is compliant with the [Wordpress CSS Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/). | ||
Configuration rules to ensure your CSS is compliant with the [WordPress CSS Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/). | ||
@@ -23,3 +23,3 @@ ## Installation | ||
var stylelint = require("stylelint") | ||
var configWordpress = require("stylelint-config-wordpress") | ||
var configWordPress = require("stylelint-config-wordpress") | ||
@@ -30,3 +30,3 @@ // css to be processed | ||
postcss([ | ||
stylelint(configWordpress), // use stylelint-config-wordpress | ||
stylelint(configWordPress), // use stylelint-config-wordpress | ||
reporter(), | ||
@@ -33,0 +33,0 @@ ]) |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6092
7
1