Socket
Socket
Sign inDemoInstall

@stylelint/prettier-config

Package Overview
Dependencies
Maintainers
5
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylelint/prettier-config - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

prettier.config.js

36

package.json
{
"name": "@stylelint/prettier-config",
"version": "2.0.0",
"version": "3.0.0",
"description": "stylelint org's shareable config for prettier",

@@ -12,18 +12,16 @@ "keywords": [

"author": "stylelint",
"main": "index.js",
"type": "module",
"exports": "./prettier.config.js",
"files": [
".prettierrc.js"
"prettier.config.js"
],
"scripts": {
"prepare": "husky install",
"test": "npm run lint",
"format": "prettier . --write",
"lint": "npm-run-all --parallel lint:*",
"lint:formatting": "prettier . --check --ignore-path .gitignore",
"lint:formatting": "prettier . --check",
"lint:js": "eslint . --ignore-path .gitignore",
"release": "np"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {

@@ -39,13 +37,19 @@ "*.js": "eslint --cache --fix",

"dependencies": {
"prettier-plugin-packagejson": "^2.2.0"
"prettier-plugin-packagejson": "^2.4.4"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-stylelint": "^11.1.0",
"husky": "^4.2.3",
"lint-staged": "^10.1.2",
"np": "^6.2.0",
"eslint": "^8.44.0",
"eslint-config-stylelint": "^19.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"np": "^8.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.4"
"prettier": "^3.0.0"
},
"peerDependencies": {
"prettier": ">=3.0.0"
},
"engines": {
"node": ">=14.18.0"
},
"publishConfig": {

@@ -52,0 +56,0 @@ "access": "public"

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