Commit aed0749
authored
chore: add Prettier configuration
Add Prettier configuration for consistent code formatting.
This configuration:
- Uses single quotes for strings
- Enforces semicolons
- Sets tab width to 2 spaces
- Uses ES5 trailing commas
- Sets a reasonable print width of 100 characters
Helps maintain consistent code style across the project.1 parent f542e85 commit aed0749
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments