style: fix extension lint violations

This commit is contained in:
Peter Steinberger
2026-04-06 14:45:04 +01:00
parent e8141716b4
commit af62a2c2e4
380 changed files with 2067 additions and 1501 deletions

View File

@@ -12,7 +12,7 @@ vi.mock("./register.runtime.js", () => ({
import plugin from "./index.js";
function registerProvider() {
function _registerProvider() {
return registerProviderWithPluginConfig({});
}