From e773d066601753f349c83a6f7de413a1d23333c7 Mon Sep 17 00:00:00 2001 From: JPeer264 Date: Wed, 1 Apr 2026 18:18:18 +0200 Subject: [PATCH] chore(oxlint): Add typeawareness into oxlintrc --- .oxlintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index e65745736664..0c09d2173539 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -1,5 +1,8 @@ { "$schema": "./node_modules/oxlint/configuration_schema.json", + "options": { + "typeAware": true + }, "plugins": ["typescript", "import", "jsdoc", "vitest"], "jsPlugins": [ {