All files / src plugins.ts

0% Statements 0/2
100% Branches 0/0
100% Functions 0/0
0% Lines 0/2
1 2 3 4 5         
import { Plugin } from "@hygiene/core";
import addonGithubUrl from "@hygiene/plugin-github-url";
 
export const plugins: Plugin<any, any>[] = [addonGithubUrl()];