Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiofasilva committed May 5, 2023
1 parent 754feaf commit c50bb76
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
"env": {
"browser": true,
"es2021": true
},
"extends": "standard",
"overrides": [],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {}
}

0 comments on commit c50bb76

Please sign in to comment.