Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 484 Bytes

File metadata and controls

25 lines (19 loc) · 484 Bytes

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.