Custom ESLint rules #1/5: introduction
The need for ESLint custom rulesets: pineapple pizza.
Nov 23, 20232 min read31

Search for a command to run...

Series
Custom ESLint rules allows to enforce good coding habits specific for your project. In this series, we'll cover how to create and use a custom ESLint plugin with our own ruleset.
The need for ESLint custom rulesets: pineapple pizza.

Creating a sample monorepo

Where things starts getting interesting.

Because tests are a must, right?

Or how to nuke pineapple pizza code.
