2017-06-21 11:58:14 +00:00
|
|
|
extends: stylelint-config-standard
|
|
|
|
|
|
|
|
ignoreFiles:
|
|
|
|
- client/css/bootstrap.css
|
|
|
|
|
|
|
|
rules:
|
|
|
|
indentation: tab
|
2017-11-26 12:28:33 +00:00
|
|
|
# complains about FontAwesome
|
|
|
|
font-family-no-missing-generic-family-keyword:
|
|
|
|
# needs a lot of refactoring to be enabled
|
|
|
|
no-descending-specificity:
|