JavaScript
Qlty fully supports the JavaScript programming language.
Linters
Auto-formatters
Note: It is important to choose a single auto-formatter to avoid conflicts between formatters.
Security scanners
Code metrics
Code smells
Qlty detects the following code maintainability smells in JavaScript code:
- Similar code
- Identical code
- Many function parameters
- Complex boolean logic
- High file complexity
- High function complexity
- Deeply nested control flow
- Many return statements
Code coverage
Test runners
- Jest
- Vitest
- Mocha
Coverage formats
- LCOV