structuring shits up

This commit is contained in:
Gator
2022-01-01 14:07:34 +01:00
parent a2e16a0fde
commit 56566aa802
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": {
}
}