eslint setting

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

Our great sponsors
  • SurveyJS - A Non-Cloud Alternative to Google Forms that has it all.
  • Appwrite - The open-source backend cloud platform
  • Amplication - open-source Node.js backend code generator
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Sonar - Write Clean JavaScript Code. Always.
  • Mergify - Updating dependencies is time-consuming.
  • 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

    A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.

  • 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