@ued2345/stylelint-config
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@ued2345/stylelint-config", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "stylelint by UED2345", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,3 +44,3 @@ module.exports = { | ||
ignoreAtRules: [ | ||
'use', 'forward', 'import', | ||
'use', 'forward', | ||
'mixin', 'include', | ||
@@ -47,0 +47,0 @@ 'function', |
@@ -15,3 +15,3 @@ module.exports = { | ||
'function-comma-newline-before': 'never-multi-line', | ||
'function-comma-space-after': 'always', | ||
'function-comma-space-after': 'always-single-line', | ||
'function-comma-space-before': 'never', | ||
@@ -21,3 +21,3 @@ 'function-max-empty-lines': 0, | ||
'function-parentheses-newline-inside': 'always-multi-line', | ||
'function-parentheses-space-inside': 'never', | ||
'function-parentheses-space-inside': 'never-single-line', | ||
'function-url-quotes': 'always', | ||
@@ -113,5 +113,5 @@ 'function-whitespace-after': 'always', | ||
// Media query list | ||
// 'media-query-list-comma-newline-after': null, | ||
// 'media-query-list-comma-newline-before': null, | ||
'media-query-list-comma-space-after': 'always', | ||
// 'media-query-list-comma-newline-after': null, // TODO: study later | ||
// 'media-query-list-comma-newline-before': null, // TODO: study later | ||
'media-query-list-comma-space-after': 'always-single-line', | ||
'media-query-list-comma-space-before': 'never', | ||
@@ -123,3 +123,3 @@ | ||
// 'at-rule-name-newline-after': null, | ||
'at-rule-name-space-after': 'always', | ||
'at-rule-name-space-after': 'always-single-line', | ||
'at-rule-semicolon-newline-after': 'always', | ||
@@ -126,0 +126,0 @@ 'at-rule-semicolon-space-before': 'never', |
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
10349
0