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

feat(linter): eslint no-nonoctal-decimal-escape #2428

Merged
merged 3 commits into from
Feb 21, 2024

Conversation

tudorbarbu
Copy link
Contributor

Rule source
Rule tests

I created a basic sticky regex implementation based on what I could find about it, since rust does not have support for that.
There might be a better place to keep it instead of this rule file

@github-actions github-actions bot added the A-linter Area - Linter label Feb 18, 2024
@tudorbarbu tudorbarbu force-pushed the eslint-no-nonoctal-decimal-escape branch from 8f22750 to 3302d16 Compare February 18, 2024 13:52
Copy link

codspeed-hq bot commented Feb 18, 2024

CodSpeed Performance Report

Merging #2428 will not alter performance

Comparing tudorbarbu:eslint-no-nonoctal-decimal-escape (6a4c5ce) with main (c763123)

Summary

✅ 27 untouched benchmarks

@Boshen Boshen force-pushed the eslint-no-nonoctal-decimal-escape branch from 9e3e004 to 3ced575 Compare February 21, 2024 06:56
@Boshen Boshen enabled auto-merge (squash) February 21, 2024 06:56
@Boshen Boshen merged commit f7e1576 into oxc-project:main Feb 21, 2024
19 checks passed
IWANABETHATGUY pushed a commit to IWANABETHATGUY/oxc that referenced this pull request May 29, 2024
Rule
[source](https://github.com/eslint/eslint/blob/main/lib/rules/no-nonoctal-decimal-escape.js)
Rule
[tests](https://github.com/eslint/eslint/blob/main/tests/lib/rules/no-nonoctal-decimal-escape.js)

I created a basic sticky regex implementation based on what I could find
about it, since rust does not have support for that.
There might be a better place to keep it instead of this rule file

---------

Co-authored-by: Boshen <boshenc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-linter Area - Linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants