thelounge/.stylelintrc.yml
2017-06-22 11:23:50 +03:00

11 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