stylelint-config-fitplan
v1.0.1
Published
style linter with max nesting depth, order, and BEM naming convention rules
Readme
Run npm install --save-dev stylelint-config-fitplan to add this package as a dependency to your project.
Make you sure you have stylelint installed (npm install stylelint).
Extend this configuration in your stylelintrc.json file:
{
"extends": ["stylelint-config-fitplan"]
}