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 1.0.0 to 2.0.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 2.0.0
* Changed: first-nested comments can no longer be preceded by an empty line.
* Fixed: `comment-empty-line-before` now ignores `stylelint` command comments.
# 1.0.0

@@ -2,0 +7,0 @@

5

index.js

@@ -17,3 +17,6 @@ module.exports = {

"color-no-invalid-hex": true,
"comment-empty-line-before": "always",
"comment-empty-line-before": [ "always", {
except: ["first-nested"],
ignore: ["stylelint-commands"],
} ],
"comment-whitespace-inside": "always",

@@ -20,0 +23,0 @@ "declaration-bang-space-after": "never",

7

package.json
{
"name": "stylelint-config-standard",
"version": "1.0.0",
"version": "2.0.0",
"description": "Standard shareable config for stylelint",

@@ -24,4 +24,3 @@ "keywords": [

"eslint-config-stylelint": "^0.1.0",
"github-release-from-changelog": "^1.1.1",
"npmpub": "^2.0.0",
"npmpub": "^3.0.1",
"stylelint": "^4.0.0"

@@ -32,3 +31,3 @@ },

"lint": "eslint . --ignore-path .gitignore",
"release": "npmpublish && github-release-from-changelog",
"release": "npmpub",
"test": "npm run lint && npm run ava"

@@ -35,0 +34,0 @@ },

@@ -44,2 +44,3 @@ # stylelint-config-standard

.selector {
/* Flush to parent comment */
transform: translate(1, 1) scale(3);

@@ -46,0 +47,0 @@ }

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