mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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
|