Skip to content
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

Merged
merged 10 commits into from
Jul 28, 2023
Merged

Update to typescript-eslint v6 #118

merged 10 commits into from
Jul 28, 2023

Conversation

carlansley
Copy link
Contributor

@carlansley carlansley commented Jul 11, 2023

Fixes #117
Fixes #112

@carlansley carlansley self-assigned this Jul 11, 2023
@carlansley
Copy link
Contributor Author

carlansley commented Jul 11, 2023

@github-actions
Copy link

Beta Published - Install Command: npm install @checkdigit/eslint-config@8.1.0-PR.118-aad2

// 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'],
Copy link
Contributor

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",
Copy link
Contributor

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

@github-actions
Copy link

✅ PR review status - All reviews completed and approved!

@carlansley carlansley merged commit 85a55db into main Jul 28, 2023
8 checks passed
@carlansley carlansley deleted the typescript-eslint-6 branch July 28, 2023 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to typescript-eslint v6 Turn off callback-return rule
2 participants