2.0.0 • Published 2 years ago

@fp51/stylelint-config v2.0.0

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

@fp51/stylelint-config

Install

Add this dependency to your repository and the stylelint peer-dependency :

npm add --save-dev @fp51/stylelint-config stylelint

Usage

Create a .stylelintrc file in your project root with this content

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

3 years ago