15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-stylistic/config"
|
|
],
|
|
"plugins": [
|
|
"stylelint-scss",
|
|
"stylelint-stylistic"
|
|
],
|
|
"rules": {
|
|
"media-feature-range-notation": "prefix",
|
|
"stylistic/max-empty-lines": 2
|
|
}
|
|
}
|