You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
Could you please add peerDependencies for eslint-config-airbnb-typescript? For that I can get the peer dependencies through npm info *** peerDependencies
Thank you.
The text was updated successfully, but these errors were encountered:
I agree with @abcrun, but for different reasons. When using yarn 2, yarn throws tons of warnings because eslint-config-airbnb-typescript doesn't provide the peer dependencies (which it shouldn't), but it should list the peer dependencies. I understand not wanting to do it because the peer dependencies vary between the main and base configs, not to mention npm and yarn (for now, that's coming in yarn 3) don't support conditional peer dependencies. However, the yarn developers have said that packages that do things like this will eventually be blocked from being installed entirely. I'm open to doing a PR if you want. It's literally a minor change to the package.json.
13.0.0 fixed most of the peer dependency warnings, but eslint-config-airbnb-base still wants eslint and eslint-plugin-import ... I think to properly address these last two we'd need to add them as peerDependencies of this package, right? Am I missing something here?
Hi,
Could you please add peerDependencies for
eslint-config-airbnb-typescript
? For that I can get the peer dependencies throughnpm info *** peerDependencies
Thank you.
The text was updated successfully, but these errors were encountered: