Skip to content

Commit c16b9ad

Browse files
committed
Remove Prettier references from .prettierignore comments
https://claude.ai/code/session_016Zjse7g4xyEjdLH7aX1vpu
1 parent 36f7dff commit c16b9ad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.prettierignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Test case input files contain styled-components CSS in template literals.
2-
# The formatter incorrectly adds spaces inside CSS selectors (e.g. &:${expr} → &: ${expr}),
3-
# which changes CSS semantics. Exclude them from formatting.
1+
# oxfmt incorrectly adds spaces inside CSS selectors in template literals
2+
# (e.g. &:${expr} → &: ${expr}), which changes CSS semantics.
43
test-cases/*.input.tsx
54
src/__tests__/fixtures/

0 commit comments

Comments
 (0)