2026-01-14 14:31:43 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
2026-02-01 10:03:47 +09:00
|
|
|
"experimentalSortImports": {
|
|
|
|
|
"newlinesBetween": false,
|
|
|
|
|
},
|
2026-01-31 23:19:40 +09:00
|
|
|
"experimentalSortPackageJson": {
|
|
|
|
|
"sortScripts": true,
|
|
|
|
|
},
|
2026-02-19 01:31:33 -08:00
|
|
|
"tabWidth": 2,
|
|
|
|
|
"useTabs": false,
|
2026-01-31 21:10:41 +09:00
|
|
|
"ignorePatterns": [
|
|
|
|
|
"apps/",
|
|
|
|
|
"assets/",
|
2026-02-22 12:40:06 -05:00
|
|
|
"CLAUDE.md",
|
2026-02-19 01:31:33 -08:00
|
|
|
"docker-compose.yml",
|
2026-01-31 21:10:41 +09:00
|
|
|
"dist/",
|
|
|
|
|
"docs/_layouts/",
|
|
|
|
|
"node_modules/",
|
|
|
|
|
"patches/",
|
|
|
|
|
"pnpm-lock.yaml/",
|
2026-02-22 12:40:06 -05:00
|
|
|
"src/gateway/server-methods/CLAUDE.md",
|
2026-02-17 09:20:04 +09:00
|
|
|
"src/auto-reply/reply/export-html/",
|
2026-01-31 21:10:41 +09:00
|
|
|
"Swabble/",
|
|
|
|
|
"vendor/",
|
|
|
|
|
],
|
2026-01-14 14:31:43 +00:00
|
|
|
}
|