first commit

This commit is contained in:
wisski 2024-04-30 14:51:28 +02:00
commit dc354cf586
37 changed files with 8225 additions and 0 deletions

6
.eslintrc.cjs Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
"parser": "@typescript-eslint/parser",
"extends": ["eslint:recommended", 'plugin:@typescript-eslint/recommended'],
"plugins": ['@typescript-eslint'],
root: true,
};