@cloudflight/stylelint-plugin
Version:
26 lines (19 loc) • 444 B
Markdown
```shell
npm install --save-dev @cloudflight/stylelint-plugin
yarn add -D @cloudflight/stylelint-plugin
pnpm add -D @cloudflight/stylelint-plugin
```
Then put this in your `.stylelintrc.mjs` file:
```js
/** @type {import('stylelint').Config} */
export default {
extends: ['@cloudflight/stylelint-plugin'],
rules: {},
}
```
Run `stylelint **/*.scss` for linting the whole project.