mirror of
https://github.com/acid-info/logos-nextjs-starter.git
synced 2025-02-20 16:58:07 +00:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
}
|