-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(eslint-config-amex): update 15.x #45
Conversation
"husky": "^4.3.0", | ||
"jest": "^25.5.4", | ||
"jest": "^28.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgraded without any issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test don't run on node 10
BREAKING CHANGE: drops support for node 10, 12, and 14
# [4.0.0](v3.6.1...v4.0.0) (2022-05-26) ### chore * **eslint-config-amex:** update 15.x ([#45](#45)) ([f2d501c](f2d501c)) ### BREAKING CHANGES * **eslint-config-amex:** drops support for node 10, 12, and 14
🎉 This PR is included in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
update eslint and eslint config amex and jest
Motivation and Context
ensure this uses the latest linting standards
How Has This Been Tested?
npm test
Types of Changes
Checklist:
What is the Impact to Developers Using babel-preset-amex?