molindo / eslint-config-molindo

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

Disable `import/no-extraneous-dependencies`? #90

Closed amannn closed 1 year ago

amannn commented 1 year ago

At least the check for dev vs prod dependencies. We have to maintain a list of files where dev dependencies are allowed, this is quite cumbersome. It's questionable how many bugs this really prevents. Maybe just remove the check?