mirror of
https://github.com/searxng/searxng.git
synced 2025-03-12 15:41:15 +00:00
17 lines
531 B
JSON
17 lines
531 B
JSON
{
|
|
"formatter": "unix",
|
|
"plugins": [ "stylelint-prettier" ],
|
|
"extends": [ "stylelint-config-standard-less" ],
|
|
"rules": {
|
|
"prettier/prettier": true,
|
|
"declaration-empty-line-before": null,
|
|
"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
|
|
}
|
|
}
|