2021-06-22 11:33:05 +00:00
|
|
|
{
|
2025-02-04 16:29:48 +00:00
|
|
|
"formatter": "unix",
|
|
|
|
"plugins": [ "stylelint-prettier" ],
|
|
|
|
"extends": [ "stylelint-config-standard-less" ],
|
2022-01-16 17:44:09 +00:00
|
|
|
"rules": {
|
2025-02-04 16:29:48 +00:00
|
|
|
"prettier/prettier": true,
|
2022-01-16 17:44:09 +00:00
|
|
|
"declaration-empty-line-before": null,
|
2025-01-07 13:34:50 +00:00
|
|
|
"no-invalid-position-at-import-rule": null,
|
|
|
|
"property-no-vendor-prefix": null,
|
|
|
|
"selector-no-vendor-prefix": null,
|
|
|
|
"selector-attribute-quotes": null,
|
|
|
|
"shorthand-property-no-redundant-values": null,
|
|
|
|
"at-rule-no-vendor-prefix": null,
|
|
|
|
"selector-id-pattern": null,
|
|
|
|
"selector-class-pattern": null
|
2022-01-16 17:44:09 +00:00
|
|
|
}
|
2021-06-22 11:33:05 +00:00
|
|
|
}
|