24
1
Fork 0
drop.chapril.org-firefoxsend/.stylelintrc

14 lines
342 B
Plaintext
Raw Permalink Normal View History

2017-06-09 19:49:53 +02:00
extends: stylelint-config-standard
2017-08-04 02:07:40 +02:00
plugins:
- stylelint-no-unsupported-browser-features
2017-06-09 19:49:53 +02:00
rules:
2017-08-08 01:38:19 +02:00
plugin/no-unsupported-browser-features: [true, {severity: warning}]
2017-08-04 02:07:40 +02:00
2017-07-22 02:01:26 +02:00
color-hex-case: lower
2017-06-22 18:54:34 +02:00
declaration-colon-newline-after: null
2017-06-09 19:49:53 +02:00
selector-list-comma-newline-after: null
2017-07-31 09:01:00 +02:00
value-list-comma-newline-after: null
2018-10-25 04:07:10 +02:00
at-rule-no-unknown: null