Commits
Click on a commit to change the comparison rangedocs: add changeset11 months ago
by uncenter fix(lint/useNumericSeparators): handle fractional exponents11 months ago
by uncenter test(lint/useNumericSeparators): simplify fixtures11 months ago
by uncenter refactor(lint/useNumericSeparators): apply lint fixes, cleanup11 months ago
by uncenter docs(lint/useNumericSeparators): more valid/invalid examples, document options11 months ago
by uncenter refactor(lint/useNumericSeparators): prefer `.map().unwrap_or_default()` over if/else for empty strings11 months ago
by uncenter test(lint/useNumericSeparators): remove valid numeric literal from invalid fixture11 months ago
by uncenter fix(lint/useNumericSeparators): remove options11 months ago
by uncenter refactor(lint/useNumericSeparators): cleanup `format_num`11 months ago
by uncenter refactor(lint/useNumericSeparators): prefer for loops over chained iterators11 months ago
by uncenter refactor(lint/useNumericSeparators): prefer `.enumerate()`11 months ago
by uncenter refactor(lint/useNumericSeparators): document and rename `flush_current_num`11 months ago
by uncenter refactor(lint/useNumericSeparators): clean up min_digits/group_len options logic11 months ago
by uncenter refactor(lint/useNumericSeparators): extend result directly, rename `add_separators_and_push` -> `insert_separators`11 months ago
by uncenter Merge branch 'main' into feat/use-numeric-separators11 months ago
by uncenter feat(lint/useNumericSeparators): add better diagnostics11 months ago
by uncenter chore(lint/useNumericSeparators): adjust whitespace in doc comment11 months ago
by uncenter fix(lint/useNumericSeparators): improve unnecessary grouping diagnostic text11 months ago
by uncenter test(lint/useNumericSeparators): update invalid snapshot with new diagnostic text11 months ago
by uncenter