Tyescripted the project and correctly made the package.json file

This commit is contained in:
Amaury
2021-06-26 14:47:35 +02:00
parent 773f484ae8
commit 1ac4a21d2d
6 changed files with 1169 additions and 8288 deletions

15
.esltinrc.json Normal file
View File

@ -0,0 +1,15 @@
{
"env": {
"node": true,
"commonjs": true,
"es2021": true
},
"extends": ["plugin:prettier/recommended", "plugin:mocha/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12
},
"plugins": ["@typescript-eslint", "mocha"],
"rules": {
}
}