basic-implementation #1

Open
florent wants to merge 8 commits from basic-implementation into master
2 changed files with 21 additions and 0 deletions
Showing only changes of commit 22333bef51 - Show all commits

20
.eslintrc.json Normal file
View File

@ -0,0 +1,20 @@
{
"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": {}
}

1
.prettierrc.json Normal file
View File

@ -0,0 +1 @@
{}