-
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
Update to typescript-eslint v6 #118
Conversation
Cannot be published until these issues are resolved: |
Beta Published - Install Command: |
// eslint-disable-next-line unicorn/prefer-module | ||
module.exports = { | ||
parser: '@typescript-eslint/parser', | ||
plugins: ['@checkdigit', '@typescript-eslint', 'sonarjs', 'import', 'no-only-tests', 'no-secrets', 'deprecate'], | ||
plugins: ['@checkdigit', '@typescript-eslint', 'sonarjs', 'import', 'no-only-tests', 'no-secrets', 'n'], |
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.
until I saw the node specific rules down below, I thought this n
was a mistake
"@types/jest": "^29.5.2", | ||
"jest": "^29.6.0", | ||
"@types/jest": "^29.5.3", | ||
"fclone": "^1.0.11", |
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.
another one. didn't realize why you were not using structuredClone()
until I saw the usage of fclone
✅ PR review status - All reviews completed and approved! |
Fixes #117
Fixes #112