1.1.0 • Published 7 years ago

sass-lint-config-unicorn-science v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

NPM Version Dev Dependency Status

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"
}