Fix Matrix->Telegram formatting and add mention bridging

This commit is contained in:
Tulir Asokan
2017-12-01 18:57:52 +02:00
parent 0709e909bd
commit 04dc8ee3e9
5 changed files with 197 additions and 100 deletions
+6 -7
View File
@@ -65,12 +65,6 @@
"warn",
120
],
"no-underscore-dangle": [
"error",
{
"allowAfterThis": true
}
],
"no-unused-vars": [
"error",
{
@@ -143,6 +137,10 @@
"allowEmptyCatch": true
}
],
"no-cond-assign": [
"error",
"except-parens"
],
"function-paren-newline": "off",
"no-labels": "off",
"no-control-regex": "off",
@@ -170,6 +168,7 @@
"no-template-curly-in-string": "off",
"no-await-in-loop": "off",
"no-restricted-globals": "off",
"no-fallthrough": "off"
"no-fallthrough": "off",
"no-underscore-dangle": "off"
}
}