feat(plugins): Adds Twilio SMS plugin

This commit is contained in:
Oliver Windall Juhl
2020-09-09 10:52:58 +02:00
committed by GitHub
parent cd39798b4b
commit 35a91ae6a1
11 changed files with 6008 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"plugins": ["prettier"],
"extends": ["prettier"],
"rules": {
"prettier/prettier": "error",
"semi": "error",
"no-unused-expressions": "true"
}
}