mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
22 lines
444 B
Plaintext
22 lines
444 B
Plaintext
{
|
|
"printWidth": 160,
|
|
"tabWidth": 4,
|
|
"plugins": [
|
|
"@trivago/prettier-plugin-sort-imports",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"tailwindFunctions": [
|
|
"sortCx",
|
|
"cx"
|
|
],
|
|
"importOrder": [
|
|
"^react$",
|
|
"^react-dom$",
|
|
"^(?!react$|react-dom$|@/|\\.).*",
|
|
"^@/.*",
|
|
"^\\.{1,2}/.*"
|
|
],
|
|
"importOrderSeparation": false,
|
|
"importOrderSortSpecifiers": true,
|
|
"tailwindStylesheet": "./src/styles/globals.css"
|
|
} |