enjoytrip_FE/.prettierrc.json

12 lines
238 B
JSON
Raw Normal View History

2024-05-10 09:07:23 +09:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "es5",
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto"
}