0.8.6 • Published 2 years ago
@cloudflight/stylelint-plugin-angular v0.8.6
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-angularThen put this in your .stylelintrc.json file:
{
"plugins": ["@cloudflight/stylelint-plugin-angular"],
"extends": ["@cloudflight/stylelint-plugin-angular/recommended"],
"rules": {}
}Usage
Run stylelint **/*.scss for linting the whole project.