From c1e28224aa2e1450031669d9a7e359b63e04687d Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Jul 2026 19:40:59 +0200 Subject: Init --- .oxlintrc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .oxlintrc.json (limited to '.oxlintrc.json') diff --git a/.oxlintrc.json b/.oxlintrc.json new file mode 100644 index 0000000..c4522bb --- /dev/null +++ b/.oxlintrc.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://cdn.jsdelivr.net/npm/oxlint@1.73.0/configuration_schema.json", + "ignorePatterns": [".zed", ".vscode", "submodules", "cache", "site", "*.scss"], + "plugins": ["eslint", "typescript", "unicorn", "oxc", "import"], + "categories": { + "correctness": "error" + }, + "rules": { + "typescript/consistent-type-imports": "error", + "typescript/consistent-type-definitions": "error" + } +} -- cgit v1.3.1