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