Commit 3a9fd9d
feat: Add Prettier for scripts/ directory
- Add prettier and eslint-config-prettier devDependencies to scripts/package.json
- Add scripts/.prettierrc (same settings as website: no semicolons, single quotes)
- Integrate eslint-config-prettier into scripts/eslint.config.mjs
- Add format and format:check scripts to scripts/package.json
- Extend CI lint job with Prettier check for scripts/
- Format all scripts/ files with Prettier
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ad2de47 commit 3a9fd9d
10 files changed
Lines changed: 363 additions & 287 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments