Skip to content

Commit 5cd55be

Browse files
committed
Update dependencies + linting stuff
1 parent 07d7539 commit 5cd55be

File tree

3 files changed

+2578
-5082
lines changed

3 files changed

+2578
-5082
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"prefer-template": "error",
5454
"quotes": ["error", "single"],
5555
"semi": ["error", "always"],
56-
"unicorn/no-null": "off"
56+
"unicorn/no-null": "off",
57+
"unicorn/prefer-top-level-await": "off"
5758
}
5859
}

0 commit comments

Comments
 (0)