kopia lustrzana https://github.com/drastus/sejm-calculator
18 wiersze
466 B
JSON
18 wiersze
466 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": "tab",
|
|
"font-family-name-quotes": "always-where-recommended",
|
|
"function-url-quotes": ["always", {
|
|
"except": "empty"
|
|
}],
|
|
"selector-attribute-quotes": "always",
|
|
"string-quotes": "single",
|
|
"at-rule-no-vendor-prefix": true,
|
|
"media-feature-name-no-vendor-prefix": true,
|
|
"property-no-vendor-prefix": true,
|
|
"selector-no-vendor-prefix": true,
|
|
"value-no-vendor-prefix": true
|
|
}
|
|
}
|