copy from ttt bot

This commit is contained in:
mightypanders
2022-01-03 15:07:49 +01:00
commit 7ac09678a1
16 changed files with 675 additions and 0 deletions

5
.eslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"parser": "@typescript-eslint/parser",
"plugins":["@typescript-eslint"],
"extends":["plugin:@typescript-eslint/recommended"]
}