mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[upd] stylelint: use less-compatible configuration and update rules
This commit is contained in:
parent
9d834c0722
commit
337a6db064
3 changed files with 99 additions and 5 deletions
|
|
@ -1,7 +1,14 @@
|
|||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"extends": "stylelint-config-standard-less",
|
||||
"rules": {
|
||||
"declaration-empty-line-before": null,
|
||||
"no-invalid-position-at-import-rule": 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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue