Skip to content

Commit 11c321f

Browse files
committed
Disabled document.cookie linter
The replacement, CookieStore isn't accessible on all browsers at this time, nor should we assume we always have access to secure environments.
1 parent cf71ded commit 11c321f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
"useExportType": "error",
3939
"noUselessElse": "error",
4040
"useShorthandFunctionType": "error"
41+
},
42+
"suspicious": {
43+
"noDocumentCookie": "off"
4144
}
4245
}
4346
},

0 commit comments

Comments
 (0)