Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vkontakte/stylelint-config

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vkontakte/stylelint-config - npm Package Compare versions

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

2

index.js
module.exports = {
plugins: ["stylelint-declaration-strict-value", "./dist/stylelint-selector-bem-pattern", "./dist/stylelint-vkui", "./dist/stylelint-logical-shorthands"],
plugins: ["./dist/stylelint-selector-bem-pattern", "./dist/stylelint-vkui", "./dist/stylelint-logical-shorthands"],
rules: {

@@ -4,0 +4,0 @@ "max-nesting-depth": [0, { ignoreAtRules: ["supports"] }],

{
"name": "@vkontakte/stylelint-config",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "stylelint config from VK",

@@ -29,3 +29,2 @@ "main": "index.js",

"stylelint": "^16.1.0",
"stylelint-declaration-strict-value": "^1.9.2",
"typescript": "^5.0.2"

@@ -39,5 +38,4 @@ },

"postcss": "^8.4.16",
"stylelint": "^15.11.0 || ^16.1.0",
"stylelint-declaration-strict-value": "^1.9.2"
"stylelint": "^15.11.0 || ^16.1.0"
}
}

@@ -8,3 +8,3 @@ # @vkontakte/stylelint-config

```sh
yarn add -D @vkontakte/stylelint-config stylelint stylelint-declaration-strict-value postcss
yarn add -D @vkontakte/stylelint-config stylelint postcss
```

@@ -15,3 +15,3 @@

```sh
npm install -D @vkontakte/stylelint-config stylelint stylelint-declaration-strict-value postcss
npm install -D @vkontakte/stylelint-config stylelint postcss
```

@@ -18,0 +18,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