@typescript-eslint/camelcase
Detect all values and method definitions that do not use camelCase, they should.
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.
Detect all values and method definitions that do not use camelCase, they should.
Detect all classes and interfaces that do not follow the PascalCased name convention
Detect if not all function types for arguments and return values are specified in the function signature
Detect any triple slash reference definitions in the top of the file, they should be replaced by the import style (e.g replace "/// <reference path="foo" />" by "import * as foo from 'foo';")
When there is only a single export from a module, prefer using default export over named export.
Component nam should always be multi-word
Enforce specific casing for component definition name