flamingo-carotene-sass-lint v9.0.0-alpha.13
Module flamingo-carotene-sass-lint
This package makes usage of the sass-lint package to ensure a basic level of code quality and coding standards within a project.
How to use
npm i -D flamingo-carotene-sass-lintThe sass lint module will listen to the following commands: lint, build, watchWebpackCss.
How it works
A child process will be opened to execute the linting of the sass files.
How to configure
This module exposes the following config
config.paths.sassLint = __dirnamesassLint The path to this module in your project
config.sassLint = {
breakOnError: false
}breakOnError True to break the process when an error occurred, false to only write it to output. Will be set to true
for production build automatically.
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago