What is scss-lint?
It is a tool to help keep your SCSS files clean and readable by running it against a collection of configurable linter rules. You can run it manually from the command line, or integrate it into your SCM hooks.
scss-lint is a tool in the Code Review category of a tech stack.
scss-lint is an open source tool with GitHub stars and GitHub forks. Here’s a link to scss-lint's open source repository on GitHub
Who uses scss-lint?
Companies
16 companies reportedly use scss-lint in their tech stacks, including framework, i22, and Ably Website.
Developers
94 developers on StackShare have stated that they use scss-lint.
scss-lint Integrations
scss-lint Alternatives & Comparisons
What are some alternatives to scss-lint?
Sass Lint
It is a Node-only Sass linter for both sass and scss syntax. It can be run through a command line interface. Special comments can be used to disable and enable certain rules throughout your source files in a variety of scenarios.
Stylelint
A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.
ESLint
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
TSLint
An extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors. It is widely supported across modern editors & build systems and can be customized with your own lint rules, configurations, and formatters.