@vkontakte/stylelint-config
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
12
87656