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

refactor: Enable eslint RegEx rules #240

Merged
merged 8 commits into from
Aug 12, 2024
Merged

refactor: Enable eslint RegEx rules #240

merged 8 commits into from
Aug 12, 2024

Conversation

d3xter666
Copy link
Contributor

@d3xter666 d3xter666 commented Aug 2, 2024

With the introduction of ESLint 9 and the update of typescript-eslint, there are new rules that will be applied to the code. Those rules are mainly focused on Regex patterns.

With #230 those rules have been turned off to keep it consistent with the old behavior.
This change aims to enable those rules.

Note: The base for this change is #230 and not the main branch. This way it's clearer what the real changes are.

@d3xter666 d3xter666 changed the base branch from main to bump-eslint-9.8.0 August 2, 2024 08:56
@d3xter666 d3xter666 requested a review from a team August 2, 2024 08:57
Base automatically changed from bump-eslint-9.8.0 to main August 2, 2024 10:23
@d3xter666 d3xter666 force-pushed the update-eslint-rules branch from 55577a8 to c50991d Compare August 2, 2024 10:29
matz3
matz3 previously approved these changes Aug 9, 2024
@d3xter666 d3xter666 merged commit 48faecf into main Aug 12, 2024
13 checks passed
@d3xter666 d3xter666 deleted the update-eslint-rules branch August 12, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants