@eulerxyz/stylelint-config
v1.1.1
Published
A reusable config for Stylelint.
Downloads
1,780
Keywords
Readme
Stylelint Config
A reusable config for Stylelint.
Installation
First install this config package with stylelint and prettier:
npx install-peerdeps -D @eulerxyz/stylelint-config
Then create a .stylelintrc file in the root of your project and add:
{
"extends": "@eulerxyz/stylelint-config"
}