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 stylelintsh
yarn add -D @morev/stylelint-plugin stylelintsh
pnpm add -D @morev/stylelint-plugin stylelintINFO
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.