@cloudflight/stylelint-plugin-angular

0.8.6 • Public • Published

stylelint-plugin-angular

Installation

npm install --save-dev @cloudflight/stylelint-plugin-angular
# or
yarn add -D @cloudflight/stylelint-plugin-angular
# or
pnpm add -D @cloudflight/stylelint-plugin-angular

Then put this in your .stylelintrc.mjs file:

/** @type {import('stylelint').Config} */
export default {
  extends: ['@cloudflight/stylelint-plugin-angular'],
  rules: {},
}

Usage

Run stylelint **/*.scss for linting the whole project.

Package Sidebar

Install

npm i @cloudflight/stylelint-plugin-angular

Weekly Downloads

56

Version

0.8.6

License

Apache-2.0

Unpacked Size

14.5 kB

Total Files

8

Last publish

Collaborators

  • cloudflight-admin
  • jenglisch