fix(lint): exclude project.inlang/ from Prettier
Inlang regenerates .meta.json and README.md on every compilation run. The regenerated files fail Prettier in CI because the tool writes its own formatting, not ours. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,6 +18,7 @@ bun.lockb
|
|||||||
/src/lib/paraglide/
|
/src/lib/paraglide/
|
||||||
/src/lib/paraglide_bak*/
|
/src/lib/paraglide_bak*/
|
||||||
/src/paraglide/
|
/src/paraglide/
|
||||||
|
/project.inlang/
|
||||||
|
|
||||||
# Test artifacts
|
# Test artifacts
|
||||||
/test-results/
|
/test-results/
|
||||||
|
|||||||
Reference in New Issue
Block a user