Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum Eslint version #28

Open
Manu1400 opened this issue Jul 19, 2024 · 1 comment
Open

Minimum Eslint version #28

Manu1400 opened this issue Jul 19, 2024 · 1 comment

Comments

@Manu1400
Copy link

Proposal

In package.json, add peerDependencies to block install with an old Eslint version
i.e. :

  "peerDependencies": {
    "eslint": ">=5.16.0"
  },
@43081j
Copy link
Contributor

43081j commented Jul 21, 2024

Would be open to contributions on this. Good catch 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants