0.0.8 • Published 2 years ago

@stone-lemons/stylelint-config-scss v0.0.8

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

Personal configs

Credit: Forked from ntnyq

StyleLint config for SCSS

Usage

Install

$ npm i @stone-lemons/stylelint-config-scss -D
# OR
$ yarn add @stone-lemons/stylelint-config-scss -D

Extend this config

in .stylelintrc.yml

extends:
  - @stone-lemons/stylelint-config-scss

in package.json

{
    "stylelint": {
        "extends": ["@stone-lemons/stylelint-config-scss"]
    }
}