I switch from Eslint to Biome

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • husky

    Git hooks made easy 🐶 woof!

  • Reading Biome doc I also switched from husky to lefthook.

  • lefthook

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

  • Reading Biome doc I also switched from husky to lefthook.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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

  • Husky, a popular JavaScript project with 4M weekly downloads, drops MIT license

    3 projects | /r/javascript | 8 Feb 2021
  • Streamline Your Workflow: Setting Up Git Hooks with Husky to Simplify Version Updates

    2 projects | dev.to | 13 Apr 2024
  • Angular 14 + Prettier + Husky Setup

    2 projects | dev.to | 1 Mar 2024
  • Como adicionar hooks aos commits de seu projeto utilizando Husky

    2 projects | dev.to | 7 Dec 2023
  • My script to install husky, commitlint and lint-staged with zx

    3 projects | dev.to | 18 Nov 2023