Skip to content

Commit

Permalink
Updated eslint
Browse files Browse the repository at this point in the history
Fixed lint issues in src
  • Loading branch information
julienetie committed May 5, 2023
1 parent c2b4d97 commit dcd50d4
Show file tree
Hide file tree
Showing 6 changed files with 14,196 additions and 1,836 deletions.
23 changes: 10 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"extends": "airbnb-base",
"plugins": [
"import"
"env": {
"browser": true,
"es2021": true
},
"extends": "standard",
"overrides": [
],
"rules": {
"indent": [
"error",
4
],
"arrow-body-style": [2, "as-needed"]
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"comma-dangle" : ["error", {"functions": "never"}],
"globals": {
"document": true,
"window": true
"rules": {
}
}
Loading

0 comments on commit dcd50d4

Please sign in to comment.