1.1.0 • Published 7 years ago
sass-lint-config-unicorn-science v1.1.0
Unicorn Science - Sass Lint Config
A sass-lint configuration.
Installation
npm install sass-lint-config-unicorn-science
Usage
Currently, sass-lint does not support sharable configs.
However, you can use a standard config file by specifying a path in your projects package.json
file.
Add this to your package.json
file:
{
"sasslintConfig": "node_modules/sass-lint-config-unicorn-science/.sass-lint.yml"
}