title | sidebar_label | description |
---|---|---|
ESLint |
ESLint |
CodeRabbit's guide to ESLint. |
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code.
ESLint will run on files with the following extensions:
.js
.jsx
.ts
.tsx
ESLint supports the following config files:
eslint.config.js
eslint.config.mjs
eslint.config.cjs
.eslintrc