-
Notifications
You must be signed in to change notification settings - Fork 0
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
Disable @typescript-eslint/no-base-to-string and import/no-extraneous-dependencies. Update to latest dependencies. #131
Disable @typescript-eslint/no-base-to-string and import/no-extraneous-dependencies. Update to latest dependencies. #131
Conversation
…-dependencies. Update to latest dependencies.
@le-cong I think we need this out there before we squerge checkdigit/jest-config#28 |
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.
lgtm
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.
lgtm
Beta Published - Install Command: |
@@ -26,6 +29,8 @@ function hello(_?: string): bigint { | |||
['', undefined].forEach((_lib) => { | |||
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing,@typescript-eslint/strict-boolean-expressions | |||
const thing = _lib || {}; | |||
// this is a comment for the regex below |
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.
@jpolavar reverted back to eslint-config 5.3.0. since this is failing with a Missing comment for regular expression @checkdigit/regular-expression-comment
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.
lgtm
✅ PR review status - All reviews completed and approved! |
Fixes #129
Fixes #130