eslint setting

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

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

    Preconfigured React project with webpack build system and jest unit testing

  • Curious what about ESLint was a pain to setup? I highly recommend configuring a ton of rules as it'll significantly help improve the quality and consistency of your code as you type. For example, here's an example of what my ESLint configs often look like. This is a result of reading through every rule of many plugins and configuring each of them. It's a great exercise.

  • eslint-plugin-react

    React-specific linting rules for 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-config-galex

    hopefully the last eslint config you'll ever need - customizable & modern best practices for JS, TS, Node, React, Remix, Next, Jest, testing-library & storybook

  • Good luck with that. That takes hours. Give this Readme a try: https://www.npmjs.com/package/eslint-config-galex

  • esquery

    ECMAScript AST query library.

  • You can make whatever rules you want (as long as they don't require type inferring), you just need to build the correct esquery. You can use this https://astexplorer.net/ just set it to @typescript-eslint/parser to make it recognize ts and jsx.

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

  • Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects

    9 projects | dev.to | 5 May 2024
  • Best way to handle forms in Remix.run

    1 project | dev.to | 23 Apr 2024
  • Interesting Bugs Caught by ESLint's no-constant-binary-expression

    4 projects | news.ycombinator.com | 8 Nov 2023
  • Speeding up the JavaScript ecosystem – Polyfills gone rogue

    11 projects | news.ycombinator.com | 21 Sep 2023
  • The Best ESLint Rules for React Projects

    8 projects | dev.to | 15 Sep 2023