mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-20 13:28:21 +02:00
8 lines
227 B
JSON
8 lines
227 B
JSON
|
|
{
|
||
|
|
"printWidth": 120,
|
||
|
|
"semi": false,
|
||
|
|
"singleQuote": true,
|
||
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
|
||
|
|
"importOrder": ["^react$", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"]
|
||
|
|
}
|