0.2.1 • Published 2 years ago

@magister_zito/stylelint-config v0.2.1

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

@magister_zito/stylelint-config

pnpm add -D @magister_zito/stylelint-config

Base Config

{
  "extends": [
    "@magister_zito/stylelint-config/base"
  ]
}

Default Config (SCSS)

{
  "extends": [
    "@magister_zito/stylelint-config"
  ]
}

React Config (styled-components)

{
  "extends": [
    "@magister_zito/stylelint-config/styled-components"
  ]
}