this commit sponsored by eslint

This commit is contained in:
ed 2020-12-01 02:25:46 +01:00
parent 19b09c898a
commit c4b322b883
8 changed files with 36 additions and 44 deletions

12
.eslintrc.json Normal file
View file

@ -0,0 +1,12 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
}
}