@medly/stylelint-config
v0.3.1
Published
Basic stylelint config
Downloads
1,409
Readme
Stylelint Config
What is Stylelint?
Stylelint is a mighty, modern linter that helps you avoid errors and enforce conventions in your stylesheets.
About
Recommended Stylelint rules to provide more linting (style) powers to your react based web applications.
Shared Stylelint config
Install
yarn add -D @medly/stylelint-config
Usage
Add below line in your package.json
{
"stylelint": { "extends": "@medly/stylelint-config" }
}
Default config
To view the default config click here