Format interview map with Prettier and add dev dependency

- Add Prettier as dev dependency
- Apply formatting to interview map document

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-04-12 17:10:14 +08:00
parent 9c4feb5dce
commit 15a3a5c001
3 changed files with 34 additions and 1 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"devDependencies": {
"prettier": "^3.8.2"
}
}