Socket
Socket
Sign inDemoInstall

stylelint-config-prettier

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-prettier - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

license

20

index.js

@@ -6,2 +6,3 @@ 'use strict';

'indentation': null,
'max-line-length': null,

@@ -37,4 +38,4 @@ 'function-comma-newline-after': null,

'declaration-block-semicolon-space-before': null,
"declaration-block-no-redundant-longhand-properties": null,
"declaration-block-no-shorthand-property-overrides": null,
'declaration-block-no-redundant-longhand-properties': null,
'declaration-block-no-shorthand-property-overrides': null,

@@ -60,4 +61,4 @@ // prettier always adds the trailing semicolon

'selector-attribute-quotes': 'always',
'selector-combinator-space-after': 'always',
'selector-combinator-space-before': 'always',
'selector-combinator-space-after': null,
'selector-combinator-space-before': null,
'selector-descendant-combinator-no-non-space': true,

@@ -79,4 +80,4 @@ 'selector-pseudo-class-parentheses-space-inside': 'never',

'media-query-list-comma-newline-before': null,
'media-query-list-comma-space-after': 'always',
'media-query-list-comma-space-before': 'never',
'media-query-list-comma-space-after': null,
'media-query-list-comma-space-before': null,
'at-rule-name-newline-after': null,

@@ -92,6 +93,9 @@ 'at-rule-name-space-after': 'always',

'no-eol-whitespace': null,
"number-leading-zero": null,
"rule-empty-line-before": null
'number-leading-zero': null,
'rule-empty-line-before': null,
// prettier lowercases hex colors
'color-hex-case': null
}
};

3

package.json
{
"name": "stylelint-config-prettier",
"version": "2.0.0",
"version": "2.1.0",
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",

@@ -13,3 +13,2 @@ "keywords": [

"author": "Shannon Moeller <me@shannonmoeller.com>",
"homepage": "https://github.com/shannonmoeller/stylelint-config-prettier#readme",
"repository": "shannonmoeller/stylelint-config-prettier",

@@ -16,0 +15,0 @@ "license": "MIT",

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