Skip to content

Commit

Permalink
fix: disable prefer top level await
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Sep 3, 2023
1 parent aea604b commit 79c17dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
],
"unicorn/prefer-module": "off", // unnecessary for backend
"unicorn/prefer-node-protocol": "off", // TODO: TypeScript don't have types for 'node:*'
"unicorn/prefer-top-level-await": "off", // esm only rule
"unicorn/prevent-abbreviations": [
"error",
{
Expand Down

0 comments on commit 79c17dc

Please sign in to comment.