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

numeric-separators-style: Allow onlyIfContainsSeparator with group size #2490

Open
Harpush opened this issue Oct 28, 2024 · 0 comments
Open

Comments

@Harpush
Copy link

Harpush commented Oct 28, 2024

Description

Require separators only for X digits and higher. For lower amount of digits check only in contains separators.

Fail

10_24
10450
1_0451

Pass

1024
1_024
10_450
10_451

Additional Info

The examamples are when 4 digits don't require separators but if exists they should be valid. 5 and above digits require separators and should be valid of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant