@ecar/stylelint-config
v0.0.1
Published
> stylelint config of ecar
Readme
@ecar/stylelint-config
stylelint config of ecar
Usage
- Create a .stylelintrc.json configuration file in the root of your project with the following content:
{
"extends": ["@ecar/stylelint-config"]
}- Run stylelint on all the SCSS files in your project:
npx stylelint "**/*.scss"