diff --git a/oxlint.json b/oxlint.json index 5d0d57b..ab5c55e 100644 --- a/oxlint.json +++ b/oxlint.json @@ -1,4 +1,5 @@ { + "plugins": ["import"], "categories": { "correctness": "error", "suspicious": "warn", @@ -22,6 +23,7 @@ "rules": { "no-console": "off", "no-debugger": "error", - "no-alert": "warn" + "no-alert": "warn", + "import/no-cycle": "error" } }