6.0.3 • Published 11 months ago
@vic1707/stylelint-config v6.0.3
Stylelint config
to use this package install it with
npm install --save-dev @vic1707/stylelint-config stylelint
and 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
6.0.3
11 months ago
6.0.2
11 months ago
6.0.1
12 months ago
6.0.0
1 year ago
5.0.0
1 year ago
4.0.3
1 year ago
4.0.2
1 year ago
4.0.1
2 years ago
4.0.0
2 years ago
3.0.4
2 years ago
3.0.3
2 years ago
3.0.1
2 years ago
3.0.0
2 years ago
1.0.4
2 years ago
2.0.0
2 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago