Skip to content

Commit

Permalink
change promise to native async await
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanho committed Oct 26, 2023
1 parent 110bc6c commit 6bb0c50
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 424 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
Expand Down
7 changes: 6 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
}
},
"rules": {
"prettier/prettier": "error",
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
],
"eqeqeq": "error",
"no-prototype-builtins": "off",
"no-unused-vars": "off",
Expand Down
Loading

0 comments on commit 6bb0c50

Please sign in to comment.