1.0.1 • Published 2 years ago

@unique-code/stylelint-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM version

Strict stylelint config

Shareable strict config for Stylelint supporting SASS/SCSS

Install

npm install stylelint @unique-code/stylelint-config --save-dev

# or

yarn add stylelint @unique-code/stylelint-config --dev

Usage

Set your stylelint config to:

{
  "extends": "@unique-code/stylelint-config"
}