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