0.0.4 • Published 4 years ago

stylelint-config-joaopedrodcf v0.0.4

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

stylelint-config-joaopedrodcf

Stylelint configs to use through my projects

npm version

Getting Started

  • Install

Yarn

yarn add --dev stylelint stylelint-config-joaopedrodcf

Npm

npm install --save-dev stylelint stylelint-config-joaopedrodcf
  • Now create a file named: .stylelintrc and insert this
{
  "extends": "stylelint-config-joaopedrodcf"
}
  • This will make you extend my rules, and its ready to use