How to create custom reusable ESLint, TypeScript, Prettier config for React apps

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • lint-staged

    🚫💩 — Run linters on git staged files

    Also, the blog post will cover how to install Husky and lint-staged. Basically, it will ensure that we don't cheat and follow all the necessary rules.

  • prettier

    Prettier is an opinionated code formatter.

    Another trendy tool is Prettier. It makes your code look beautiful to developers' eyes (yours included).

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

  • eslint-config-wesbos

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

    P.S. Development of my custom eslint-config inspired by eslint-config-wesbos.

  • ESLint

    Find and fix problems in your JavaScript code.

    There are many tools that help developers eliminate possible errors and bugs, and in the end, ship more robust and maintainable code. Among them, the most commonly used static code analysis tool is ESLint.

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