Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (23 loc) · 878 Bytes

index.md

File metadata and controls

39 lines (23 loc) · 878 Bytes
layout title permalink menu order
page
TSLint core rules
/rules/
main
2

Lint rules encode logic for syntactic & semantic checks of TypeScript source code.

TypeScript-specific

These rules find errors related to TypeScript 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" %}

Format

These rules enforce consistent use of whitespace and punctuation:

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