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

2

index.js

@@ -5,2 +5,4 @@ 'use strict';

rules: {
'indentation': null,
'function-comma-newline-after': null,

@@ -7,0 +9,0 @@ 'function-comma-newline-before': null,

20

package.json
{
"name": "stylelint-config-prettier",
"version": "1.0.0",
"description":
"Turns off all rules that are unnecessary or might conflict with Prettier.",
"keywords": ["stylelint", "prettier", "config", "lint", "css"],
"version": "1.0.1",
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"keywords": [
"stylelint",
"prettier",
"config",
"lint",
"css"
],
"author": "Shannon Moeller <me@shannonmoeller.com>",
"homepage":
"https://github.com/shannonmoeller/stylelint-config-prettier#readme",
"homepage": "https://github.com/shannonmoeller/stylelint-config-prettier#readme",
"repository": "shannonmoeller/stylelint-config-prettier",
"license": "MIT",
"main": "index.js",
"files": ["*.js"],
"files": [
"*.js"
],
"peerDependencies": {

@@ -15,0 +21,0 @@ "stylelint": ">=8.2.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