@xianshenglu/stylelint-config-sass

0.1.0 • Public • Published

@xianshenglu/stylelint-config-sass

A stylelint config for sass

Usage

npm install --save-dev @xianshenglu/stylelint-config-sass

Then, add stylelint-config-sass to the extends array in your .stylelintrc.js file. If you want it to override other configs, you would need to put it last.

{
  // ...
  "extends": ["some-other-config-you-use", "@xianshenglu/stylelint-config-sass"]
  // ...
}

Package Sidebar

Install

npm i @xianshenglu/stylelint-config-sass

Weekly Downloads

21

Version

0.1.0

License

MIT

Unpacked Size

5.29 kB

Total Files

11

Last publish

Collaborators

  • xianshenglu