0.3.5 • Published 3 years ago

@drmikecrowe/stylelint-config-scss v0.3.5

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

Personal configs

Credit: Forked from ntnyq

StyleLint config for SCSS

Usage

Install

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

Extend this config

in .stylelintrc.yml

extends:
  - @drmikecrowe/stylelint-config-scss

in package.json

{
    "stylelint": {
        "extends": ["@drmikecrowe/stylelint-config-scss"]
    }
}
0.3.5

3 years ago

0.3.4

3 years ago

0.3.2

3 years ago

0.3.3

3 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago