Skip to content

Commit c6e92cb

Browse files
targosdanielleadams
authored andcommitted
tools: enable es2022 env in ESLint config
This adds more globals to the set known by ESLint. PR-URL: #42043 Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 0b28cc7 commit c6e92cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ module.exports = {
323323
CryptoKey: 'readable',
324324
fetch: 'readable',
325325
FormData: 'readable',
326-
globalThis: 'readable',
327326
Response: 'readable',
328327
SubtleCrypto: 'readable',
329328
},

0 commit comments

Comments
 (0)