0.3.5 • Published 2 years ago

@drmikecrowe/stylelint-config-scss v0.3.5

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 @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

2 years ago

0.3.4

2 years ago

0.3.2

2 years ago

0.3.3

2 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago