Skip to content

Commit

Permalink
chore(config): require await in async methods
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 23, 2022
1 parent 163a9ae commit c5ab3bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"browser": true,
"ecmaVersion": 2017,
"es2021": true,
"node": true
},
Expand Down Expand Up @@ -37,6 +38,7 @@
"error",
"double"
],
"require-await": "error",
"semi": [
"error",
"never"
Expand Down

0 comments on commit c5ab3bc

Please sign in to comment.