stylelint-config-vi
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -5,4 +5,4 @@ module.exports = { | ||
env: { | ||
jasmine: true | ||
jasmine: true, | ||
}, | ||
}; |
@@ -34,3 +34,3 @@ module.exports = { | ||
'function-parentheses-space-inside': 'never-single-line', | ||
'function-url-scheme-blacklist': ['/^data:/'], | ||
'function-url-scheme-disallowed-list': ['/^data:/'], | ||
'function-url-no-scheme-relative': true, | ||
@@ -60,3 +60,3 @@ 'function-url-quotes': ['always', { | ||
// Unit - http://stylelint.io/user-guide/rules/#unit | ||
'unit-blacklist': ['mm', 'q', 'cm', 'in', 'pt', 'pc'], | ||
'unit-disallowed-list': ['mm', 'q', 'cm', 'in', 'pt', 'pc'], | ||
'unit-case': 'lower', | ||
@@ -102,5 +102,5 @@ 'unit-no-unknown': true, | ||
'declaration-no-important': true, | ||
'declaration-property-unit-blacklist': { | ||
'declaration-property-unit-disallowed-list': { | ||
'font-size': ['px'], | ||
'line-height': ['px', 'rem', 'em'], | ||
'line-height': ['px', 'em'], | ||
}, | ||
@@ -107,0 +107,0 @@ 'declaration-property-unit-whitelist': null, |
{ | ||
"name": "stylelint-config-vi", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Stylelint shareable config used by VI Company", | ||
@@ -27,9 +27,9 @@ "main": "index.js", | ||
"dependencies": { | ||
"stylelint-order": "^4.0.0" | ||
"stylelint-order": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint": "^7.9.0", | ||
"eslint-config-vi": "^10.8.0", | ||
"jasmine": "^3.5.0", | ||
"stylelint": "^13.0.0" | ||
"jasmine": "^3.6.1", | ||
"stylelint": "^13.7.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
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
24867
Updatedstylelint-order@^4.1.0