mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
38 lines
939 B
JSON
38 lines
939 B
JSON
{
|
|
"endOfLine": "lf",
|
|
"semi": false,
|
|
"singleQuote": false,
|
|
"tabWidth": 2,
|
|
"printWidth": 100,
|
|
"trailingComma": "es5",
|
|
"importOrder": [
|
|
"^(react/(.*)$)|^(react$)",
|
|
"^(next/(.*)$)|^(next$)",
|
|
"<THIRD_PARTY_MODULES>",
|
|
"",
|
|
"^@workspace/(.*)$",
|
|
"",
|
|
"^types$",
|
|
"^@/types/(.*)$",
|
|
"^@/config/(.*)$",
|
|
"^@/lib/(.*)$",
|
|
"^@/hooks/(.*)$",
|
|
"^@/components/ui/(.*)$",
|
|
"^@/components/(.*)$",
|
|
"^@/pages/(.*)$",
|
|
"^@/registry/(.*)$",
|
|
"^@/styles/(.*)$",
|
|
"^@/app/(.*)$",
|
|
"^@/www/(.*)$",
|
|
"",
|
|
"^[./]"
|
|
],
|
|
"importOrderSeparation": false,
|
|
"importOrderSortSpecifiers": true,
|
|
"importOrderBuiltinModulesToTop": true,
|
|
"importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"],
|
|
"importOrderMergeDuplicateImports": true,
|
|
"importOrderCombineTypeAndValueImports": true,
|
|
"plugins": ["@ianvs/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"]
|
|
}
|