Skip to content

Commit 302bee4

Browse files
committed
Add useGlobalThis to the Biome config.
1 parent fef3f18 commit 302bee4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome/biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"linter": {
99
"rules": {
1010
"nursery": {
11-
"noFloatingPromises": "error"
11+
"noFloatingPromises": "error",
12+
"useGlobalThis": "error"
1213
},
1314
"style": {
1415
"useBlockStatements": "error"

0 commit comments

Comments
 (0)