Socket
Socket
Sign inDemoInstall

stylelint-config-standard

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-standard - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.0.0
* Changed: first-nested at-rules now behave the same as first-nested comments i.e. they can no longer be preceded by an empty line.
# 2.0.0

@@ -2,0 +6,0 @@

2

index.js
module.exports = {
"rules": {
"at-rule-empty-line-before": [ "always", {
except: ["blockless-group"],
except: [ "blockless-group", "first-nested" ],
ignore: ["after-comment"],

@@ -6,0 +6,0 @@ } ],

{
"name": "stylelint-config-standard",
"version": "2.0.0",
"version": "3.0.0",
"description": "Standard shareable config for stylelint",

@@ -21,3 +21,3 @@ "keywords": [

"devDependencies": {
"ava": "^0.10.0",
"ava": "^0.11.0",
"eslint": "^1.10.3",

@@ -31,4 +31,5 @@ "eslint-config-stylelint": "^0.1.0",

"lint": "eslint . --ignore-path .gitignore",
"pretest": "npm run lint",
"release": "npmpub",
"test": "npm run lint && npm run ava"
"test": "npm run ava"
},

@@ -35,0 +36,0 @@ "babel": {

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