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 7.0.0 to 8.0.0

6

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

@@ -38,3 +38,3 @@ "scripts": {

"peerDependencies": {
"stylelint": ">=9.1.1"
"stylelint": ">=11.0.0"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"prettier": "^1.18.2",
"stylelint": "^9.10.1",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0",

@@ -53,0 +53,0 @@ "tap-diff": "^0.1.1"

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

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

@@ -90,2 +91,4 @@

'no-missing-end-of-source-newline': null,
'no-empty-first-line': null,
'unicode-bom': null,
'number-leading-zero': null,

@@ -92,0 +95,0 @@ 'rule-empty-line-before': null,

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