molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Remove `setupPlugins` workaround #59

Closed amannn closed 10 months ago

amannn commented 3 years ago

It seems like there's a way to get importing from dependencies to work by using require.resolve: https://github.com/kripod/eslint-config/blob/master/packages/eslint-config-base/index.js

amannn commented 1 year ago

There's been an update: https://github.com/eslint/eslint/issues/3458#issuecomment-1239811334

amannn commented 1 year ago

I think this is no longer necessary based on my latest tests (TypeScript project).