eslint configuration

This commit is contained in:
2021-03-23 12:01:33 -05:00
parent 7bbbe536c5
commit 7946f58d33
4 changed files with 17 additions and 0 deletions

13
.eslintrc.json Normal file
View File

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