@ast-tools/stylelint-config
v0.1.0
Published
Access Softek stylelint config
Downloads
3
Readme
@ast-tools/stylelint-config
Common Stylelint configuration for Access Softek projects
Usage
- Install from npm
npm i --save-dev @ast-tools/stylelint-config
- Create
.stylelintrc
at project root
{
"extends": ["@ast-tools/stylelint-config"]
}
More information about available at stylelint documentation
Available presets
- prettier
{
"extends": ["@ast-tools/stylelint-config/prettier"]
}