From 5ef7111998230fd9e1c815ac80c4571f95ad25e4 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 9 Mar 2026 09:46:45 +0300 Subject: [PATCH] Rename lint plugin to .ts --- lint/{plugin.js => plugin.ts} | 0 oxlint.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lint/{plugin.js => plugin.ts} (100%) diff --git a/lint/plugin.js b/lint/plugin.ts similarity index 100% rename from lint/plugin.js rename to lint/plugin.ts diff --git a/oxlint.json b/oxlint.json index 1bf4c2ab6..f40110331 100644 --- a/oxlint.json +++ b/oxlint.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/oxlint/configuration_schema.json", "plugins": ["typescript", "import", "unicorn", "vue"], - "jsPlugins": ["./lint/plugin.js"], + "jsPlugins": ["./lint/plugin.ts"], "env": { "browser": true, "es2024": true