Socket
Socket
Sign inDemoInstall

stylelint-config-recommended

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-recommended - npm Package Compare versions

Comparing version 9.0.0 to 10.0.0

23

package.json
{
"name": "stylelint-config-recommended",
"version": "9.0.0",
"version": "10.0.0",
"description": "Recommended shareable config for Stylelint",

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

"release": "np",
"pretest": "npm run lint",
"test": "jest",

@@ -50,17 +51,17 @@ "watch": "jest --watch"

"@stylelint/prettier-config": "^2.0.0",
"@stylelint/remark-preset": "^3.0.0",
"eslint": "^8.21.0",
"eslint-config-stylelint": "^15.1.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"lint-staged": "^13.0.3",
"np": "^7.6.2",
"@stylelint/remark-preset": "^4.0.0",
"eslint": "^8.33.0",
"eslint-config-stylelint": "^17.1.0",
"husky": "^8.0.3",
"jest": "^29.4.1",
"lint-staged": "^13.1.0",
"np": "^7.6.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier": "^2.8.3",
"remark-cli": "^11.0.0",
"stylelint": "^14.10.0"
"stylelint": "^15.0.0"
},
"peerDependencies": {
"stylelint": "^14.10.0"
"stylelint": "^15.0.0"
}
}

@@ -7,5 +7,5 @@ # stylelint-config-recommended

It turns on all the Stylelint rules that help you [_avoid errors_](https://stylelint.io/user-guide/rules/list/#avoid-errors).
It turns on most of the Stylelint rules that help you [_avoid errors_](https://stylelint.io/user-guide/rules/#avoid-errors).
Use it as is or as a foundation for your own config.
You can use this as a foundation for your own config, but we suggest most people use our [standard config](https://www.npmjs.com/package/stylelint-config-standard) instead which extends this config and adds a few more rules to enforce common conventions.

@@ -12,0 +12,0 @@ ## Installation

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