-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
37 lines (37 loc) · 1.19 KB
/
Copy path.oxfmtrc.json
File metadata and controls
37 lines (37 loc) · 1.19 KB
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
{
"printWidth": 120,
"sortImports": {
"customGroups": [
{ "groupName": "apify-public", "selector": "external", "modifiers": ["value"], "elementNamePattern": ["@apify/**"] },
{ "groupName": "apify-public-type", "selector": "type", "elementNamePattern": ["@apify/**"] },
{ "groupName": "apify-private", "selector": "external", "modifiers": ["value"], "elementNamePattern": ["@apify-packages/**"] },
{ "groupName": "apify-private-type", "selector": "type", "elementNamePattern": ["@apify-packages/**"] }
],
"groups": [
["side_effect_style", "side_effect"],
"builtin",
"external",
["apify-public", "apify-public-type"],
["apify-private", "apify-private-type"],
["parent", "sibling", "index"]
]
},
"ignorePatterns": [
"**/*.md",
"**/*.mdx",
"**/*.json",
"**/*.jsonc",
"**/*.json5",
"**/*.yaml",
"**/*.yml",
"**/*.css",
"**/*.scss",
"**/*.html",
"**/*.graphql",
"**/*.gql",
"**/dist",
"**/.build",
"**/coverage",
"deploy"
]
}