Zack Lynn-Philipps

Results 2 issues of Zack Lynn-Philipps

- eslint-plugin-module-resolver >=1.3.0 - eslint v7.32.0 - @babel/core v7.17.9 - babel-plugin-module-resolver v4.1.0 - node v16.14.2 - Windows 10 ## Steps To Reproduce 1. Install eslint-plugin-module-resolver >=1.3.0 2. Configure an alias...

There are some nuances of the `root` option that are not explained in the README, or even the [docs](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/DOCS.md), for instance: ```jsonc { "plugins": [ ["module-resolver", { "root": ["./src"], //...