stylelint-config-coralloy
v0.5.2
Published
Coralloy Stylelint config
Downloads
19
Readme
stylelint-config-coralloy
Installation
pnpm i -D stylelint-config-coralloy
// .stylelintrc.json
{
"extends": "stylelint-config-coralloy"
}Add a .stylelintignore file to your project root with this content
# Test coverage related
coverage
src-capacitorDev notes
We decided to go for stylelint-config-coralloy as that's the standard for stylelint package names and is coherent with the twin ESLint package name. Note that Stylelint always require the full package name and won't automatically imply stylelint-config- as ESLint does with its config packages.
