-
Notifications
You must be signed in to change notification settings - Fork 104
Parser is a dependency but eslint-plugin is a peer dependency #158
Comments
agree. also |
@iamturns can you please change this? |
The reason To help with this, I've just removed the Hope this helps. Cheers! |
🎉 This issue has been resolved in version 12.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@typescript-eslint/parser must also be removed from dependencies for keeping @typescript-eslint/eslint-plugin and @typescript-eslint/parser versions in sync too. This module is already in peer dependencies eslint-config-aribnb and eslint-config-airbinb-base |
Is there a reason why
@typescript-eslint/eslint-plugin
is a peer dependency, but@typescript-eslint/parser
is a dependency? I'd like for them both to be peer dependencies so that I can use matching versions.The text was updated successfully, but these errors were encountered: