Create your own ESLint Plugin with custom project-specific Linting Rules (5 min)

J Hinter
3 min readMay 4, 2021

Linting rules are a powerful tool to establish common ground within a development team. The rules define guidelines on how to format and structure your code.

Using predefined rule sets, like Airbnb’s ESLint config with more than 2 million weekly downloads, is really popular nowadays. Some frontend frameworks even include them by default.

--

--