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