UNPKG
@hygiene/cli
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Keep your TODOs and FIXMEs healthy
github.com/Leko/hygiene
Leko/hygiene
@hygiene/cli
/
src
/
plugins.ts
5 lines
(3 loc)
•
161 B
text/typescript
View Raw
1
2
3
4
5
import
{
Plugin
}
from
"@hygiene/core"
;
import
addonGithubUrl
from
"@hygiene/plugin-github-url"
;
export
const
plugins
:
Plugin
<
any
,
any
>[] = [
addonGithubUrl
()];