vercel / async-retry

Retrying made simple, easy and async
https://npmjs.com/async-retry
MIT License
1.84k stars 52 forks source link

Use of `eslintConfig` leaks out, affecting downstream projects #93

Closed akauppi closed 2 years ago

akauppi commented 2 years ago

I faced this today, with my repo that uses firebase-admin.

Would like to hear your comments about it. Is the use of eslintConfig in package.json supposed to be dev/internal detail? Currently (async-retry 1.3.3), It's not.

akauppi commented 2 years ago

This was in my end, needed to add one folder to ESLint's ignores. Sorry