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