20 lines
410 B
Plaintext
20 lines
410 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"importOrder": [
|
|
"^react",
|
|
"^next",
|
|
"^next/(.*)$",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"^@[^/](.*)$",
|
|
"^@/(.*)$",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": false,
|
|
"importOrderSortSpecifiers": true,
|
|
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"]
|
|
}
|