-
Notifications
You must be signed in to change notification settings - Fork 3
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
Be available with both eslint 7 and eslint 8 #20
Conversation
"@typescript-eslint/eslint-plugin": "^4.28.0 || ^5.0.0" "@typescript-eslint/parser": "^4.28.0 || ^5.0.0" "eslint-plugin-jest": "^24.3.6 || ^25.0.0" "eslint-plugin-testing-library": "^4.6.0 || ^5.0.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.
thank you!!!!!!!
I confirmed #14 (comment)
"@typescript-eslint/eslint-plugin": "^4.28.0", | ||
"@typescript-eslint/parser": "^4.28.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.0 || ^5.0.0", | ||
"@typescript-eslint/parser": "^4.28.0 || ^5.0.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.
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"eslint-plugin-jest": "^24.3.6 || ^25.0.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.
"eslint-plugin-jest-dom": "^3.9.0", | ||
"eslint-plugin-next": "^0.0.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-react": "^7.24.0", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-testing-library": "^4.6.0" | ||
"eslint-plugin-testing-library": "^4.6.0 || ^5.0.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.
Why
Be available with eslint 8
What
fixes #14
Other
for local confirmation: