-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
44 lines (44 loc) · 1001 Bytes
/
.oxfmtrc.json
File metadata and controls
44 lines (44 loc) · 1001 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"experimentalTailwindcss": {},
"experimentalSortPackageJson": {},
"experimentalSortImports": {
"groups": [
["builtin"],
["external"],
["internal"],
["parent"],
["sibling"],
["index"],
["object"],
["type"]
],
"newlines-between": "always-and-inside-groups",
// "newlines-between-types": "always-and-inside-groups",
"consolidateIslands": "inside-groups",
"distinctGroup": true,
"alphabetize": {
"order": "asc",
"orderImportKind": "asc",
"caseInsensitive": true
},
"named": { "enabled": true, "types": "types-last" },
"warnOnUnassignedImports": true
},
"ignorePatterns": [
"pnpm-lock.yaml",
"dist/",
"node_modules/",
"platform/target",
"platform/wasm/pkg",
".output/",
".data/",
".nuxt/",
".nitro/",
".cache/",
".wrangler/",
".android/",
".vercel/",
".netlify/"
]
}