Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jul 31, 2023
1 parent 84b9cb1 commit e27dcff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
"sourceType": "module"
},
"rules": {
"no-console": "off"
"no-console": "off",
"unicorn/prefer-top-level-await": "off"
}
},
{
Expand Down

0 comments on commit e27dcff

Please sign in to comment.