[AskJS] Why is is prettier used if eslint can format?

This page summarizes the projects mentioned and recommended in the original post on /r/javascript

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
  • typescript-eslint

    :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

  • I like to refer back to https://github.com/typescript-eslint/typescript-eslint/issues/1824 as to why you shouldn't force eslint to do everything.

  • eslint-plugin-prettier

    ESLint plugin for Prettier formatting

  • I personally use eslint-plugin-prettier so Prettier formatting issues are shown in my editor and are reported when linting using ESLint.

  • 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
  • ESLint

    Find and fix problems in your JavaScript code.

  • I don’t think this negates the point you’re making but comma-dangle is kind of a special case and does have a syntax-based origin. It used to be called no-comma-dangle and was added due to IE8 not supporting trailing commas in objects despite being valid per the ECMAScript 5 and ECMAScript 3 specs.

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

  • Why use prettier if ESLint can format?

    3 projects | /r/node | 27 Jul 2022
  • Modern, faster alternatives to ESLint

    10 projects | dev.to | 3 May 2022
  • How to make ESLint and Prettier work together? 🛠️

    4 projects | dev.to | 5 May 2024
  • Six Factors That Raise The Risk Of Bugs In A Codebase

    2 projects | dev.to | 4 Mar 2024
  • Level Up Your TypeScript Projects: Discover the Power of ESLint and Prettier

    3 projects | dev.to | 28 Nov 2023