generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
38 lines (38 loc) · 895 Bytes
/
.oxfmtrc.json
File metadata and controls
38 lines (38 loc) · 895 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
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"arrowParens": "avoid",
"bracketSpacing": false,
"ignorePatterns": [
"dist/**",
"example/",
"payload-examples/",
"tsconfig.tsnode.json",
"__generated__/gql/",
"__generated__/payloads/",
"__generated__/responses/",
".cache",
".changeset/*.md"
],
"printWidth": 80,
"semi": false,
"singleQuote": true,
"sortImports": {
"customGroups": [
{"groupName": "node:", "elementNamePattern": ["node:*", "node:*/*"]}
],
"groups": [
"type-import",
"node:",
["value-builtin", "value-external"],
"type-internal",
"value-internal",
["type-parent", "type-sibling", "type-index"],
["value-parent", "value-sibling", "value-index"],
"unknown"
]
},
"sortPackageJson": {
"sortScripts": true
},
"trailingComma": "none"
}