- Root .prettierrc sets tabWidth=4 and proseWrap=always - Root .prettierignore excludes node_modules, build output, lockfiles - package.json: adds test (vite build), lint, fmt scripts; adds prettier as a devDependency; fixes typos in description and keywords Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"proseWrap": "always"
|
|
}
|