I switch from Eslint to Biome

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. husky

    Git hooks made easy 🐶 woof!

    Reading Biome doc I also switched from husky to lefthook.

  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. lefthook

    Fast and powerful Git hooks manager for any type of projects.

    Reading Biome doc I also switched from husky to lefthook.

  4. biome

    A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

    { "$schema": "https://biomejs.dev/schemas/1.7.0/schema.json", "organizeImports": { "enabled": true }, "files": { "ignore": ["package.json", "package-lock.json"] }, "linter": { "enabled": true, "rules": { "recommended": true, "style": { "noUnusedTemplateLiteral": "off" } } }, "formatter": { "indentStyle": "space", "indentWidth": 4, "lineWidth": 320 }, "javascript": { "formatter": { "semicolons": "asNeeded" } } }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Melhorando Seus Commits com Lefthook e Conventional Commits

    2 projects | dev.to | 28 Dec 2024
  • Husky, a popular JavaScript project with 4M weekly downloads, drops MIT license

    3 projects | /r/javascript | 8 Feb 2021
  • Local Dev Environment and Static Code Analysis

    2 projects | dev.to | 1 Nov 2024
  • How to Leverage Git and AI to View Your Achievements as a Developer

    2 projects | dev.to | 30 Oct 2024
  • Lefthook: benefits vs husky and how to use

    1 project | dev.to | 24 Sep 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?