• The pluggable linting utility for JavaScript and JSX. ESLint is an open source project that helps you find and fix problems with your JavaScript code.
  • ESLint is very flexible and configurable, and you can choose which rules you want to check for, or which kind of style you want to enforce.
  • Learn how to use ESLint for code quality and consistency in this article. Find out how ESLint works, why it matters, how to get started, and how to customize it.
  • Configuration files are a more powerful way to configure ESLint. They allow you to specify configuration options for your entire project, or for specific directories or files.
  • ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.
  • Find and fix problems in your JavaScript code. Support us at https://t.co/pXum2pJAn6 @eslint@fosstodon.org Need help? https://t.co/z003GghLsF.
  • These steps will get you running ESLint with our recommended rules on your TypeScript code as quickly as possible.
  • Using both tools is common, refer to Prettier's documentation to learn how to configure them to work well with each other. Why can't ESLint find my plugins?
    • Weekly downloads:
      39.037.582
    • Version:
      9.7.0 · 12 July 2024
    • Size:
      3.07 MB
  • To use flat config files it is recommended to use ESLint version 8.57.0 or above. There is a new eslint.useFlatConfig setting which is honored by ESLint version...
  • Find and fix problems in your JavaScript code. Contribute to eslint/eslint development by creating an account on GitHub.