mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-08 20:22:45 +01:00
16 lines
392 B
Plaintext
16 lines
392 B
Plaintext
extends: stylelint-config-standard
|
|
|
|
plugins:
|
|
- stylelint-no-unsupported-browser-features
|
|
|
|
rules:
|
|
plugin/no-unsupported-browser-features: [true, {severity: warning}]
|
|
|
|
color-hex-case: lower
|
|
declaration-colon-newline-after: null
|
|
selector-list-comma-newline-after: null
|
|
value-list-comma-newline-after: null
|
|
at-rule-no-unknown: null
|
|
# Conflicts with prettier
|
|
string-quotes: null
|