diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
| commit | c1e28224aa2e1450031669d9a7e359b63e04687d (patch) | |
| tree | 68f3d8905c763a91f68001d868197effa92adafa /.oxlintrc.json | |
| download | corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.gz corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.bz2 corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.zip | |
Init
Diffstat (limited to '.oxlintrc.json')
| -rw-r--r-- | .oxlintrc.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.oxlintrc.json b/.oxlintrc.json new file mode 100644 index 0000000..c4522bb --- /dev/null +++ b/.oxlintrc.json | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | { | ||
| 2 | "$schema": "https://cdn.jsdelivr.net/npm/oxlint@1.73.0/configuration_schema.json", | ||
| 3 | "ignorePatterns": [".zed", ".vscode", "submodules", "cache", "site", "*.scss"], | ||
| 4 | "plugins": ["eslint", "typescript", "unicorn", "oxc", "import"], | ||
| 5 | "categories": { | ||
| 6 | "correctness": "error" | ||
| 7 | }, | ||
| 8 | "rules": { | ||
| 9 | "typescript/consistent-type-imports": "error", | ||
| 10 | "typescript/consistent-type-definitions": "error" | ||
| 11 | } | ||
| 12 | } | ||
