structuring shits up

This commit is contained in:
2022-01-01 14:07:34 +01:00
parent 15613b3f4c
commit 980a39bbde
8 changed files with 367 additions and 0 deletions

11
.eslintrc.json Normal file
View File

@ -0,0 +1,11 @@
{
"env": {
"browser": true,
"es2015": true
},
"extends": [
"airbnb-base"
],
"rules": {
}
}