-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.oxfmtrc.json
More file actions
31 lines (31 loc) · 759 Bytes
/
Copy path.oxfmtrc.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"singleQuote": true,
"endOfLine": "lf",
"trailingComma": "all",
"proseWrap": "never",
"quoteProps": "consistent",
"sortImports": {
"newlinesBetween": false,
"groups": [
"type-import",
"value-builtin",
"value-external",
"type-internal",
"value-internal",
{
"newlinesBetween": true
},
["subpath"],
["type-parent", "type-sibling", "type-index"],
["value-parent", "value-sibling", "value-index"],
["style", "side_effect_style"],
"unknown"
]
},
"sortPackageJson": true,
"ignorePatterns": ["**/dist/**", "tests/**/*.js", "target/**"]
}