How to create your own Eslint rule with tests, boosting the DX, and code-review

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
  • eslint-meteor-error

    Eslint rule for MeteorJS to use only Meteor.Error constructor

  • I won't discuss the folder architecture you'll use to organize your tests. You can check out how I organized a real-world Eslint rule here.

  • astexplorer

    A web tool to explore the ASTs generated by various parsers.

  • To understand this syntax, I recommend exploring AST Explorer. You will have a better view of how the AST of JavaScript works and how to correlate it with the Eslint syntaxy:

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

  • Understanding Code Structure: A Beginner's Guide to Tree-sitter

    2 projects | dev.to | 6 Apr 2024
  • 😱 ESlint over Conventions - You have Not unlocked the power of ESlint 😱

    2 projects | dev.to | 29 Sep 2023
  • AST Exploret

    1 project | news.ycombinator.com | 5 Sep 2023
  • Creating my own typescript compiler

    2 projects | /r/typescript | 1 Jul 2023
  • Linters and Formatters: How code reads our code.

    1 project | dev.to | 30 May 2023