1.0.0 • Published 1 year ago

@byndyusoft/stylelint-config v1.0.0

Weekly downloads
107
License
MIT
Repository
github
Last release
1 year ago

@byndyusoft/stylelint-config

NPM version

Byndyusoft shareable config for stylelint

Install

npm install @byndyusoft/stylelint-config

Usage

Create a .stylelintrc file with the following configuration:

{
  "extends": [
    "@byndyusoft/stylelint-config",
    "@byndyusoft/stylelint-config/stylistic",
    "@byndyusoft/stylelint-config/scss"
  ]
}