Skip to content

Files

Latest commit

d5a2766 · May 9, 2017

History

History
33 lines (20 loc) · 793 Bytes

index.md

File metadata and controls

33 lines (20 loc) · 793 Bytes
layout title permalink menu order
page
Codelyzer core rules
/rules/
main
2

Lint rules encode logic for syntactic & semantic checks of TypeScript, HTML, CSS and Angular expressions source code.

TypeScript-specific

These rules find errors related to TypeScript or Angular features:

{% include rule_list.html ruleType="typescript" %}

Functionality

These rules catch common errors in JS programming or otherwise confusing constructs that are prone to producing bugs:

{% include rule_list.html ruleType="functionality" %}

Maintainability

These rules make code maintenance easier:

{% include rule_list.html ruleType="maintainability" %}

Style

These rules enforce consistent style across your codebase:

{% include rule_list.html ruleType="style" %}