BACK TO LIST

TypeScript rules

The Codiga Static Analysis engine checks TypeScript code and supports many popular libraries. If you are using React, NextJS, Vue or Angular: the engine will flag any issue in your codebase. Automate your code reviews with Codiga and merge with confidence.

@angular-eslint/component-class-suffix

Code style
Error

Detect if component doesn't have a descriptive suffix depending on its use, such as Component, Directive, Module, Pipe, or Service

Learn more

import/no-namespace

Code style
Error

Enforce a convention of not using namespace (a.k.a. "wildcard" *) imports.

no-mixed-spaces-and-tabs

Code style
Error

Detects when there are mixed spaces and tabs in a module definition

no-var

Code style
Error

Disallows var definition

prefer-const

Code style
Error

Suggest using const instead of var or let

prefer-rest-params

Code style
Error

Suggest using the rest parameters instead of arguments

prefer-spread

Code style
Error

Suggest using spread syntax instead of .apply()

We use cookies to improve your site experience, including analytics cookies to understand how you use our product and design better experiences. Please read our Cookie Policy.