mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
10 lines
205 B
YAML
10 lines
205 B
YAML
extends: stylelint-config-standard
|
|
|
|
ignoreFiles:
|
|
- coverage/**/*.css
|
|
- client/css/bootstrap.css
|
|
|
|
rules:
|
|
indentation: tab
|
|
number-leading-zero: never
|
|
selector-pseudo-element-colon-notation: single
|