Files
searxng/client/simple/.stylelintrc.json
T

20 lines
657 B
JSON
Raw Normal View History

{
2025-06-28 09:55:15 +02:00
"$schema": "https://json.schemastore.org/stylelintrc.json",
"plugins": ["stylelint-prettier"],
"extends": ["stylelint-config-standard-less"],
"rules": {
2025-06-28 09:55:15 +02:00
"at-rule-no-vendor-prefix": null,
"at-rule-prelude-no-invalid": null,
"declaration-empty-line-before": null,
"declaration-property-value-no-unknown": null,
"no-invalid-position-at-import-rule": null,
2025-06-28 09:55:15 +02:00
"prettier/prettier": true,
"property-no-vendor-prefix": null,
"selector-attribute-quotes": null,
2025-06-28 09:55:15 +02:00
"selector-class-pattern": null,
"selector-id-pattern": null,
2025-06-28 09:55:15 +02:00
"selector-no-vendor-prefix": null,
"shorthand-property-no-redundant-values": null
}
}