8 lines
137 B
Plaintext
Raw Normal View History

2024-09-11 00:58:57 +09:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"plugins": ["prettier-plugin-organize-imports"]
}