igniteui-angular-linting
Installation
SKILL.md
Ignite UI for Angular — Linting
Quick-reference card for the core lint commands for the main library in this repository.
Prerequisites
- Run
npm installat the repo root.
Commands
| Command | What it runs |
|---|---|
npm run lint:lib |
ESLint + Stylelint (both — use this as the default) |
npm run lint:styles |
Stylelint only (Sass/SCSS files) |
npm run lint |
ng lint — ESLint only (TypeScript + templates) |
ng lint --fix |
Quick fix for tool identifiable fixes |