@vic1707/stylelint-config
v6.0.3
Published
to use this package install it with
Readme
Stylelint config
to use this package install it with
npm install --save-dev @vic1707/stylelint-config stylelintand create an .stylelintrc.json file with the following content
{
"extends": "@vic1707/stylelint-config"
}Here are the scripts I use to lint my code:
{
"stylelint": "stylelint src/**/*.{css,scss,less}",
"stylelint:fix": "stylelint --fix src/**/*.{css,scss,less}"
}Original repo can be found here: https://github.com/vic1707/devconfig
