Installation
Requirements
- Node version: >=18.12.0
- Stylelint version: >= 16
Install the package @morev/stylelint-plugin
alongside stylelint
:
sh
npm add -D @morev/stylelint-plugin stylelint
sh
yarn add -D @morev/stylelint-plugin stylelint
sh
pnpm add -D @morev/stylelint-plugin stylelint
INFO
As specified in the documentation, Stylelint must not be shipped together with a plugin.
For more details, you can check the related issue and PR where this recommendation was discussed.