What is 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.
Sass Lint is a tool in the Code Review category of a tech stack.
Sass Lint is an open source tool with 1.8K GitHub stars and 550 GitHub forks. Here’s a link to Sass Lint 's open source repository on GitHub
Who uses Sass Lint ?
Companies
8 companies reportedly use Sass Lint in their tech stacks, including checkmk, Technologies, and Bliss Digital.
Developers
19 developers on StackShare have stated that they use Sass Lint .
Sass Lint Integrations
Decisions about Sass Lint
Here are some stack decisions, common use cases and reviews by companies and developers who chose Sass Lint in their tech stack.
Carlos Benavides
Scenario: I want to integrate Prettier in our code base which is currently using ESLint (for .js and .scss both). The project is using gulp.
It doesn't feel quite right to me to use ESLint, I wonder if it would be better to use Stylelint or Sass Lint instead.
I completed integrating ESLint + Prettier, Planning to do the same with [ Stylelint || Sasslint || EsLint] + Prettier.
And have gulp 'fix' on file save (Watcher).
Any recommendation is appreciated.
Sass Lint 's Features
- ability to run Sass Lint through a command line interface
Sass Lint Alternatives & Comparisons
What are some alternatives to Sass Lint ?
Stylelint
A mighty, modern CSS linter that helps you enforce consistent conventions and avoid errors in your stylesheets.
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.
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.