free.technology/.prettierrc

8 lines
137 B
Plaintext
Raw Normal View History

2023-10-18 00:12:25 +09:00
{
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"plugins": ["prettier-plugin-organize-imports"]
}