This commit is contained in:
Emile Nijssen 2021-05-22 22:21:09 +02:00
parent eaf3d5c3fb
commit d7bb645470
25 changed files with 4632 additions and 2 deletions

7
src/.eslintrc.json Normal file
View file

@ -0,0 +1,7 @@
{
"extends": "athom",
"rules": {
"consistent-return": "off",
"no-shadow": "off"
}
}