mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-15 11:54:24 +08:00
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json",
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"endOfLine": "lf",
|
|
"trailingComma": "all",
|
|
"ignorePatterns": [
|
|
"pnpm-lock.yaml",
|
|
"node_modules",
|
|
".turbo",
|
|
"dist",
|
|
"build",
|
|
"logs",
|
|
"coverage",
|
|
"*.md"
|
|
]
|
|
}
|