New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-config-wordpress

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-wordpress - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

CHANGELOG.md

@@ -0,3 +1,7 @@

# 0.2.0
* Fixed: No quotes for URLs -> `"function-url-quotes": [ 2, "none" ]`
# 0.1.0
* Initial release

2

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc