Get linting working with .stylelintrc
Closed this issue · 3 comments
chris-pearce commented
Already been solved as part of CM's general architecture tooling, will adopt it to Shell.
DaveOrDead commented
DaveOrDead commented
Keeping this issue open for clean up task.
I have actually done the cleanup, but there are some anomolies:
- Sometimes
//
isn’t valid - but sometimes it’s fine with it. - Strings should be
'
not"
- In settings a lot of them are over 80 chars because of long variable names
- doesn’t like the
$shell-g-textual-inputs
string being broken over several lines - doesn’t like this syntax:
#{$shell-g-textual-inputs}
I'm not sure if these are all supposed to be issues or not
chris-pearce commented
Fixed in #70.