From 5e08461859cca1f9c9a71862963949e284b9e2b7 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Fri, 10 Oct 2025 11:41:42 +0200 Subject: [PATCH] Add $schema reference for autocompletion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Timo Kössler --- .oxlintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.oxlintrc.json b/.oxlintrc.json index a9dd70a..b76f2ad 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -1,4 +1,5 @@ { + "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": [ "node", "promise",