How ESLint Resolves Plugins And Shareable Configs

And what does it have to do with package managers and peer dependencies?

Tomas Zaicevas
Level Up Coding
Published in
4 min readMar 8, 2022

--

Photo by mostafa meraji on Unsplash

Originally published on https://zaicevas.com

TLDR: plugins are searched for relative to the end user’s project, while shareable configs are searched for relative to the config file where they appear.

--

--