molindo / eslint-config-molindo

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

Allow extraneous dependencies in more files or disable the rule #71

Closed amannn closed 10 months ago

amannn commented 2 years ago

E.g.:

amannn commented 1 year ago

… or just remove the rule.

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?

(from #90)