linter-sass-lint icon indicating copy to clipboard operation
linter-sass-lint copied to clipboard

A plugin for the Atom linter to interface with sass-lint - the all node scss/Sass linter

Results 26 linter-sass-lint issues
Sort by recently updated
recently updated
newest added

It would be great if this plugin would support `.sasslintrc` files as well as `.sass-lint.yml` since sass-lint now supports this format as well. Thanks for supporting this awesome plugin!

- Atom version: 1.22.1 x64 - linter-sass-lint version: 1.8.3 - Global sass-lint version (if used): - Platform: - [ ] OSX - [X] Windows - [ ] Linux - Expected...

Not hit any major issues yet, but it would be nice to have an option to use the locally installed `sass-lint`, to ensure I have the same linter as my...

enhancement

- Atom version: 1.21.1 - linter-sass-lint version: 1.8.3 - Platform: - OSX When I try to type `$test: foo((bar: #0EF));` atom freezes after I typed the hashtag. It seems that...

- Atom version: 1.20.1 - linter-sass-lint version: 1.8.3 - Platform: Linux `class-name-format` in the listed below format cases Atom to freeze on file opening and saving. .sass-lint.yml content ``` files:...

sass-lint lets you add a link to your `yml` config in `package.json` (https://github.com/sasstools/sass-lint#configuring). It would be great if `linter-sass-lint` could look here when looking for the config file.

enhancement