mirror of
https://github.com/searxng/searxng.git
synced 2025-02-17 20:45:14 +00:00
14 lines
434 B
JSON
14 lines
434 B
JSON
{
|
|
"extends": "stylelint-config-standard-less",
|
|
"rules": {
|
|
"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
|
|
}
|
|
}
|