Update community plugin lint rules, add ts

This commit is contained in:
HaveAGitGat 2023-08-20 17:29:04 +01:00
parent 17f2dd6b3a
commit 92f97a8c81
93 changed files with 1722 additions and 631 deletions

4
tsconfig.eslint.json Normal file
View file

@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"exclude": []
}