DenoDeno.lint.runPluginfunction Deno.lint.runPluginunstable#runPlugin(plugin: Plugin,fileName: string,source: string,): Diagnostic[]This API is useful for testing lint plugins. It throws an error if it's not used in deno test subcommand. Parameters ##plugin: Plugin #fileName: string #source: string Return Type #Diagnostic[]
function Deno.lint.runPluginunstable#runPlugin(plugin: Plugin,fileName: string,source: string,): Diagnostic[]This API is useful for testing lint plugins. It throws an error if it's not used in deno test subcommand. Parameters ##plugin: Plugin #fileName: string #source: string Return Type #Diagnostic[]