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