Initial round of typescripting

This commit is contained in:
David Baker 2022-05-06 11:32:09 +01:00
commit 4488947eed
10 changed files with 316 additions and 24 deletions

View file

@ -25,6 +25,11 @@ module.exports = {
files: [
"src/**/*.{ts,tsx}",
],
extends: [
"plugin:matrix-org/typescript",
"plugin:matrix-org/react",
"prettier",
],
},
],
settings: {