mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 21:44:06 +08:00
8 times faster formatting, calls prettier internally for unsupported files waiting on https://github.com/oxc-project/oxc/issues/16637 https://github.com/oxc-project/oxc/issues/16598 https://github.com/oxc-project/oxc/issues/16621 --------- Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
29 lines
487 B
YAML
29 lines
487 B
YAML
api:
|
|
- any: ["frontend/src/ts/ape/**/*", "backend/src/api/**/*"]
|
|
|
|
assets:
|
|
- any: ["frontend/static/**/*"]
|
|
all: ["!frontend/static/**/*.html"]
|
|
|
|
backend:
|
|
- any: ["backend/**/*"]
|
|
|
|
docs:
|
|
- any: ["**/*.md"]
|
|
|
|
frontend:
|
|
- any: ["frontend/**/*"]
|
|
|
|
packages:
|
|
- any: ["packages/**/*"]
|
|
|
|
local dev:
|
|
- any:
|
|
[
|
|
"**/turbo.json",
|
|
"**/tsconfig.json",
|
|
"**/knip.json",
|
|
"**/.prettierrc",
|
|
"**/.oxlintrc.json",
|
|
"**/.eslintrc.cjs",
|
|
]
|