| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| lingo.dev@0.138.2 source code.tar.gz | 2026-07-17 | 1.5 MB | |
| lingo.dev@0.138.2 source code.zip | 2026-07-17 | 1.9 MB | |
| README.md | 2026-07-17 | 759 Bytes | |
| Totals: 3 Items | 3.5 MB | 0 | |
Patch Changes
- #2169
14b34e7Thanks @cherkanovart! - Fix Biome formatter silently skipping files whenbiome.jsoncuses a gritpluginsentry (or any section the bundled Biome can't apply). PreviouslyapplyConfigurationthrew on such keys, formatting was disabled for the whole file, and the project's configured quote style was dropped — files got committed reformatted to defaults on every run. Thepluginskey is now excluded before applying config, and any remaining unsupported/unknown section falls back to formatter-only settings so formatting still runs.