Skip to content

Commit

Permalink
tools: enable es2022 env in ESLint config
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
targos authored and danielleadams committed Apr 24, 2022
1 parent 0b28cc7 commit c6e92cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ module.exports = {
CryptoKey: 'readable',
fetch: 'readable',
FormData: 'readable',
globalThis: 'readable',
Response: 'readable',
SubtleCrypto: 'readable',
},
Expand Down

0 comments on commit c6e92cb

Please sign in to comment.