xo

Strict, opinionated ESLint wrapper with sensible defaults for JS/TS

npmmacoslinuxwindows
Try with needOr install directly
Source

About

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

Commands

xo

Examples

Lint all JavaScript files in the current directory$ xo
Lint specific files and fix auto-fixable issues$ xo src/index.js src/utils.js --fix
Lint with TypeScript support$ xo '**/*.ts'