mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-08 06:54:24 +00:00
* fix: remove trailing newline from CLAUDE.md symlink target * Dev tooling: prevent CLAUDE symlink newline regressions --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
27 lines
544 B
JSON
27 lines
544 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"experimentalSortImports": {
|
|
"newlinesBetween": false,
|
|
},
|
|
"experimentalSortPackageJson": {
|
|
"sortScripts": true,
|
|
},
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"ignorePatterns": [
|
|
"apps/",
|
|
"assets/",
|
|
"CLAUDE.md",
|
|
"docker-compose.yml",
|
|
"dist/",
|
|
"docs/_layouts/",
|
|
"node_modules/",
|
|
"patches/",
|
|
"pnpm-lock.yaml/",
|
|
"src/gateway/server-methods/CLAUDE.md",
|
|
"src/auto-reply/reply/export-html/",
|
|
"Swabble/",
|
|
"vendor/",
|
|
],
|
|
}
|