-
Notifications
You must be signed in to change notification settings - Fork 2
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
MRC-2420 Security audit and package updates #372
Conversation
vercasson
commented
Jul 10, 2023
•
edited
Loading
edited
- This change is documented in CHANGELOG.md
@@ -1,4 +1,5 @@ | |||
describe("Basic", () => { | |||
// eslint-disable-next-line jest/valid-describe-callback |
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 was failing a lint check because it was treated like a jest describe
where the second argument can only be a function.
@@ -12,6 +12,7 @@ module.exports = { | |||
"preact", | |||
"plugin:@typescript-eslint/eslint-recommended", | |||
"plugin:@typescript-eslint/recommended", | |||
"plugin:cypress/recommended", |
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 is a plugin we've had as a dependency for a long while, but it wasn't being used.