logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSLint - Validate TypeScript Code | Online Free DevTools by Hexmos

Validate TypeScript code effectively with TSLint. Identify errors, enforce coding standards, and improve code quality. Free online tool, no registration required.

tslint

A pluggable linting utility for TypeScript. More information: https://palantir.github.io/tslint.

  • Create TSLint config:

tslint --init

  • Lint on a given set of files:

tslint {{path/to/file1.js path/to/file2.js ...}}

  • Fix lint issues:

tslint --fix

  • Lint with the configuration file in the project root:

tslint --project {{path/to/project_root}}