mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 21:37:17 +00:00

https://github.com/brigade/scss-lint now says "NOTICE: Consider other tools before adopting SCSS-Lint", and recommends sass-lint as an alternative. sass-lint has the additional advantage of being written in NodeJS, which means it slots nicely into our existing infrastructure, and we can completely remove our build-time dependency on Ruby.
18 lines
327 B
YAML
18 lines
327 B
YAML
# sass-lint config generated by make-sass-lint-config v0.1.2
|
|
|
|
files:
|
|
include: lib/gui/scss/**/*.scss
|
|
options:
|
|
formatter: stylish
|
|
merge-default-rules: false
|
|
rules:
|
|
no-css-comments: 0
|
|
no-important: 0
|
|
no-qualifying-elements: 0
|
|
placeholder-in-extend: 0
|
|
property-sort-order: 0
|
|
quotes:
|
|
- 1
|
|
- style: double
|
|
|