pidgin/nest

Add Eion's new teams plugin

2022-04-27, Gary Kramlich
df3910ed295a
Add Eion's new teams plugin

Testing Done:
Ran locally verified the plugins page looks right and that searching and filtering was fine.

Reviewed at https://reviews.imfreedom.org/r/1398/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}