Skip to content

Files

Latest commit

827d50b · Jul 18, 2024

History

History
29 lines (20 loc) · 559 Bytes

eslint.md

File metadata and controls

29 lines (20 loc) · 559 Bytes
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.

Files

ESLint will run on files with the following extensions:

  • .js
  • .jsx
  • .ts
  • .tsx

Configuration

ESLint supports the following config files:

  • eslint.config.js
  • eslint.config.mjs
  • eslint.config.cjs
  • .eslintrc

Links