any tools to automatically fix the complaints of scss-lint?
Asked Answered
B

2

13

I use the scss-lint gem and just reordered and nested all my scss files to dissolve the complaints of the linter.

It's a lot of tedious work that should be automated but after searching quite a while i didn't find any tools that resolves the orders of the linter automatically.

Aren't there any tools like fixjsstyle that does automatically fix style problems detected by gjslint but for scss?

Brezhnev answered 10/6, 2016 at 11:29 Comment(0)
B
5

Yes, https://github.com/srowhani/sass-lint-auto-fix has just been published.

It resolves some (please contribute!) of the sass-lint rules you've set in your .sass-lint.yml or .sasslintrc:

Brooks answered 12/4, 2018 at 10:48 Comment(0)
C
0

No, but the sass team is working on it

Cheesy answered 24/9, 2017 at 19:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.