mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80,
|
|
"ignorePatterns": [
|
|
"packages/docs/*" // TOOD: fixme; temporary
|
|
]
|
|
}
|