biome/benchmark/dprint.json
Emanuele Stoppa 836fa1e94c
fix: resolve settings based on path (#6175)
Co-authored-by: arendjr <533294+arendjr@users.noreply.github.com>
2025-05-30 12:09:24 +01:00

7 lines
194 B
JSON

{
"incremental": false,
"typescript": {},
"includes": ["**/*.{js,jsx,cjs,ts,tsx}"],
"excludes": ["**/node_modules"],
"plugins": ["https://plugins.dprint.dev/typescript-0.91.6.wasm"]
}