JavaScript Eslint

Open-source JavaScript projects categorized as Eslint

Top 23 JavaScript Eslint Projects

  1. javascript

    JavaScript Style Guide

    Project mention: ESLint v9 Support | news.ycombinator.com | 2025-02-05
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

    Project mention: Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects | dev.to | 2024-05-05

    Sorry, I've gone too far. I'm not here to persuade you to use Standard JS. My intention is to provide information and guidance on configuring JavaScript Standard Style for your team, should you agree with me or have other reasons to choose it.

  4. ESLint

    Find and fix problems in your JavaScript code.

    Project mention: 30 Best Free Tools for Frontend Developers in 2025 | dev.to | 2025-03-01

    Website: eslint.org

  5. js-stack-from-scratch

    🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.

    Project mention: 11 GitHub Repositories to learn NodeJs | dev.to | 2024-11-03
  6. front-end-guide

    📚 Study guide and introduction to the modern front end stack.

  7. lint-staged

    🚫💩 — Run tasks like formatters and linters against staged git files

    Project mention: Set up git hook in a multi-package monorepo | dev.to | 2025-02-24

    To lint staged files we’re going to use the lint-staged package: it’s easy to configure and supports different configurations per each project.

  8. eslint-plugin-react

    React-specific linting rules for ESLint

    Project mention: 利用 Node.js Profiler 改善程式效能 | dev.to | 2025-02-05

    [Refactor]: improve performance for detecting function components

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. flowbite

    Open-source UI component library and front-end development framework based on Tailwind CSS

    Project mention: Top 10 Next.js UI Libraries for Modern Web Apps | dev.to | 2025-03-11

    Flowbite

  11. XO

    ❤️ JavaScript/TypeScript linter (ESLint wrapper) with great defaults

    Project mention: Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects | dev.to | 2024-05-05

    You may be torn between those famous code styles, struggling to choose one between Airbnb JavaScript Style, Google JavaScript Style Guide, JavaScript Standard Style, or XO, among others.

  12. eslint-plugin-import

    ESLint plugin with rules that help validate proper imports.

    Project mention: 5 Signs You’ve Built a Secretly Bad Architecture (And How to Fix It) | dev.to | 2024-12-18

    Again, vFunction can provide a critical service by identifying and untangling these circular dependencies. With its ability to map and analyze dataflows, vFunction provides a visual representation of how services communicate across your architecture. Other tools, for specific languages, such as JavaScript, use tools like ES Lint or Madge to detect circular dependencies. For Python, Pyreverse excels at visually representing circular dependencies of modules: by highlighting circular communication routes, excessive communication, and tightly coupled components. From there, these insights allow teams to take corrective action.

  13. eslint-config-prettier

    Turns off all rules that are unnecessary or might conflict with Prettier.

    Project mention: ESLint adoption guide: Overview, examples, and alternatives | dev.to | 2024-08-08

    The npm package eslint-config-prettier eventually disables any ESLint rules dealing with code formatting to avoid conflicts with Prettier. You can see this with the handy ESLint Config Inspector: The second option is to use ESLint Stylistic. The primary focus of this project is on all stylistic rules including code formatting. This project was initiated as ESLint and typescript-eslint teams decided to deprecate formatting/stylistic-related rules.

  14. eslint-plugin-vue

    Official ESLint plugin for Vue.js

  15. eslint-plugin-unicorn

    More than 100 powerful ESLint rules

    Project mention: Just use this Next.js Eslint Configuration | dev.to | 2025-01-12

    XO. This feels like the Black of Typescript linting. XO has styles for everything and is very opinionated. This can be nice, because it takes a lot of code style decisions off of your plate. But beware it can be cumbersome to implement in the middle of a project because it will require extensive reformatting. In lieu of XO, I found Unicorn opinionated enough and more immediately useful.

  16. prettier-eslint

    Code :arrow_right: prettier :arrow_right: eslint --fix :arrow_right: Formatted Code :sparkles:

  17. eslint-plugin-jsx-a11y

    Static AST checker for a11y rules on JSX elements.

    Project mention: Getting started with React by building a Pokemon search application | dev.to | 2024-05-11

    > [email protected] build > react-scripts build Creating an optimized production build... Compiled with warnings. [eslint] src/App.js Line 64:15: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. File sizes after gzip: 58.34 kB (-1 B) build/static/js/main.b3bd969c.js 1.78 kB build/static/js/453.bd7a2879.chunk.js 677 B build/static/css/main.af098727.css The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json. The build folder is ready to be deployed. You may serve it with a static server: serve -s build Find out more about deployment here: https://cra.link/deployment

  18. eslint-config-wesbos

    No-Sweat™ Eslint and Prettier Setup - with or without VS Code

  19. eslint-plugin-security

    ESLint rules for Node Security

  20. eslint-plugin-simple-import-sort

    Easy autofixable import sorting.

  21. vue-web-extension

    🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!

  22. eslint_d.js

    🪄 Speed up eslint to accelerate your development workflow

  23. eslint-plugin-jsdoc

    JSDoc specific linting rules for ESLint.

  24. eslint-plugin-node

    Additional ESLint's rules for Node.js

  25. eslint-plugin-promise

    Enforce best practices for JavaScript promises

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Eslint discussion

Log in or Post with

JavaScript Eslint related posts

  • 利用 Node.js Profiler 改善程式效能

    1 project | dev.to | 5 Feb 2025
  • ESLint v9 Support

    1 project | news.ycombinator.com | 5 Feb 2025
  • From Chaos to Clarity: Formatting React Code for a Clean and Readable Codebase

    1 project | dev.to | 14 Jan 2025
  • Just use this Next.js Eslint Configuration

    8 projects | dev.to | 12 Jan 2025
  • Code Linting

    1 project | dev.to | 21 Dec 2024
  • Incrementally fixing lots of ESlint errors in a clean way with ESlint Nibble

    2 projects | dev.to | 18 Nov 2024
  • Using Oxlint for My Node.js Project

    3 projects | dev.to | 1 Nov 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Eslint projects in JavaScript? This list will help you:

# Project Stars
1 javascript 146,284
2 Standard 29,287
3 ESLint 25,708
4 js-stack-from-scratch 20,103
5 front-end-guide 15,201
6 lint-staged 13,717
7 eslint-plugin-react 9,119
8 flowbite 8,355
9 XO 7,744
10 eslint-plugin-import 5,671
11 eslint-config-prettier 5,623
12 eslint-plugin-vue 4,520
13 eslint-plugin-unicorn 4,422
14 prettier-eslint 4,027
15 eslint-plugin-jsx-a11y 3,470
16 eslint-config-wesbos 2,746
17 eslint-plugin-security 2,262
18 eslint-plugin-simple-import-sort 2,215
19 vue-web-extension 1,577
20 eslint_d.js 1,154
21 eslint-plugin-jsdoc 1,126
22 eslint-plugin-node 964
23 eslint-plugin-promise 958

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai