stylelint-config-axelerant
v0.1.6
Published
Axelerant's stylelint configurations
Downloads
2
Maintainers
Readme
stylelint-config-axelerant
This package provides Axelerant's .stylelint as an extensible shared config.
Usage
- Install
stylelint-config-axelerant
with additional required dependencies.
npm install --save-dev stylelint stylelint-config-axelerant
Create a
.stylelintrc
in the root of your project.Add the following snippet to the
.stylelintrc
{
"extends": "stylelint-config-axelerant"
}