SCSS-Lint
DEPRECATED: Sider will no longer support SCSS-Lint because SCSS-Lint will stop its maintenance. We recommend stylelint and stylelint-scss as an alternative. For more details, see the announce.
Supported Version | Language | Website |
---|---|---|
0.59.0 | SCSS | https://github.com/sds/scss-lint |
SCSS-Lint is a linter to help keep your SCSS files clean and readable.
Getting Started
To start using SCSS-Lint, enable it in your repository settings.
Configuration
Here is an example configuration via sider.yml
:
linter:
scss_lint:
config: lint_yml/.scss-lint.yml
You can use several options to fine-tune SCSS-Lint to your project:
Name | Type | Default |
---|---|---|
root_dir | string | - |
config | string | - |
config
This option allows you to specify a configuration file you want.