igniteui-angular-linting

Document linting commands and configuration references for Ignite UI for Angular.

601|160|Updated Feb 11, 2016
One-click install
npx skills add https://github.com/IgniteUI/igniteui-angular --skill igniteui-angular-linting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: igniteui-angular-linting
Source: https://github.com/IgniteUI/igniteui-angular/tree/main/.github/skills/igniteui-angular-linting
Command: npx skills add https://github.com/IgniteUI/igniteui-angular --skill igniteui-angular-linting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick-reference guide for the core lint commands used in Ignite UI for Angular, helping teams validate code quality and avoid build or test failures.

Core Features & Use Cases

  • Unified lint commands: Covers lint:lib, lint:styles, lint, and their purposes.
  • Config awareness: Points to ESLint and Stylelint configuration references.
  • Usage scenarios: Before code changes, before CI passes, or while debugging lint errors.

Quick Start

Use the lint quick-reference to run the recommended lint commands before committing.

Frequently Asked Questions about igniteui-angular-linting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What lint commands should I run before committing Angular code?

Before committing Angular code, run lint:lib for library linting, lint:styles for Stylelint, or the unified lint command to validate code quality and prevent build or test failures.

How do I run ESLint and Stylelint checks in an Angular CI workflow?

To run ESLint and Stylelint checks in an Angular CI workflow, use the documented lint commands to validate code quality before passing CI, running builds, or executing tests.

Why does my Angular build fail in CI due to lint errors?

Angular builds fail in CI due to lint errors when code quality rules are violated. Run the lint:lib and lint:styles commands locally before committing to catch and fix these violations.

When do I need to run lint:styles versus lint:lib in an Angular project?

Run lint:lib to check TypeScript and Angular library code with ESLint, and run lint:styles to validate styling rules with Stylelint. Use the unified lint command to execute both.

Where can I find ESLint configuration references for Ignite UI Angular?

ESLint configuration references for Ignite UI Angular are documented within the linting quick-reference guide, helping developers understand the specific code quality rules applied during validation.