stylelint-config-hudochenkov
Advanced tools
Comparing version 9.0.0 to 10.0.0
@@ -18,3 +18,11 @@ module.exports = { | ||
'color-function-notation': ['modern', { severity: 'warning' }], | ||
'declaration-property-value-disallowed-list': [ | ||
{ | ||
// Most of the time it produces issues in UI | ||
// https://blog.kizu.dev/never-use-overflow-scroll/ | ||
'/^overflow(-(x|y|inline|block))?$/i': /\bscroll\b/i, | ||
}, | ||
{ severity: 'error' }, | ||
], | ||
}, | ||
}; |
@@ -24,2 +24,3 @@ module.exports = { | ||
[ | ||
'all', | ||
'content', | ||
@@ -26,0 +27,0 @@ 'position', |
{ | ||
"name": "stylelint-config-hudochenkov", | ||
"version": "9.0.0", | ||
"version": "10.0.0", | ||
"description": "My Stylelint config", | ||
@@ -32,15 +32,15 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"stylelint": "^15.0.0", | ||
"stylelint-order": "^6.0.2" | ||
"stylelint": "^16.0.2", | ||
"stylelint-order": "^6.0.4" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.33.0", | ||
"eslint": "^8.55.0", | ||
"eslint-config-hudochenkov": "^9.0.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^13.1.1", | ||
"prettier": "^2.8.4", | ||
"prettier-config-hudochenkov": "^0.3.0", | ||
"stylelint": "^15.0.0", | ||
"stylelint-order": "^6.0.2" | ||
"lint-staged": "^15.2.0", | ||
"prettier": "^3.1.1", | ||
"prettier-config-hudochenkov": "^0.4.0", | ||
"stylelint": "^16.0.2", | ||
"stylelint-order": "^6.0.4" | ||
}, | ||
@@ -47,0 +47,0 @@ "lint-staged": { |
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
13998
389