16 lines
No EOL
459 B
JSON
16 lines
No EOL
459 B
JSON
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"length-zero-no-unit": true,
|
|
"rule-empty-line-before": ["always-multi-line", { "except": ["first-nested"] }],
|
|
"color-function-notation": ["modern", { "ignore": ["with-var-inside"] }],
|
|
"scss/double-slash-comment-empty-line-before": "never"
|
|
},
|
|
"ignoreFiles": [
|
|
"../node_modules/**/*",
|
|
"../.nuxt/**/*",
|
|
"../dist/**/*",
|
|
"../.output/**/*",
|
|
"../public/**/*"
|
|
]
|
|
} |