mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
35 lines
736 B
JSON
35 lines
736 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80,
|
|
"experimentalSortImports": {
|
|
"groups": [
|
|
"react",
|
|
"builtin",
|
|
"external",
|
|
"loot-core",
|
|
"parent",
|
|
"sibling",
|
|
"index",
|
|
"desktop-client"
|
|
],
|
|
"customGroups": [
|
|
{
|
|
"groupName": "react",
|
|
"elementNamePattern": ["react", "react-dom/*", "react-*"]
|
|
},
|
|
{
|
|
"groupName": "loot-core",
|
|
"elementNamePattern": ["loot-core/**"]
|
|
},
|
|
{
|
|
"groupName": "desktop-client",
|
|
"elementNamePattern": ["@desktop-client/**"]
|
|
}
|
|
],
|
|
"newlinesBetween": true
|
|
}
|
|
}
|