Ray Patterson
Ray Patterson
How would it work if you wanted to import a shared configuration from the root? Example: ```typescript // libs//.config.ts import sharedConfig from "../../configs/.shared"; ``` Do you need to set up...
> > How would it work if you wanted to import a shared configuration from the root? > > @raypatterson, one way to go around that problem is to include...
> you can use the plugin with ESLint v9 If this is true, can we update the peer dependencies to include ESLint 9?