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 install at 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

lint:lib (recommended)

Installs
12
GitHub Stars
601
First Seen
Apr 27, 2026
igniteui-angular-linting — igniteui/igniteui-angular