0.5.0 • Published 1 month ago

stylelint-config-coralloy v0.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

stylelint-config-coralloy

Installation

pnpm i -D stylelint-config-coralloy

// .stylelintrc.json

{
  "extends": "stylelint-config-coralloy"
}

Dev 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.