Files
claude-nuxt/.prettierrc
2026-02-22 22:04:22 +09:00

9 lines
143 B
Plaintext

{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 100,
"vueIndentScriptAndStyle": false
}