Skip to main content

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