6a063e91f5
CD / Release (push) Successful in 37s
Reviewed-on: #89 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import { defineConfig } from "oxfmt";
|
|
|
|
export default defineConfig({
|
|
// Most configuration is read from .editorconfig
|
|
ignorePatterns: ["node_modules/**", "dist/**"],
|
|
});
|