Skip to content

Commit

Permalink
[#213][JavaScript/Pre-commit] Add fetch and alert as Known Globals.
Browse files Browse the repository at this point in the history
  • Loading branch information
pishoyg committed Sep 3, 2024
1 parent fb549e8 commit e26fc68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"globals": {
"document": true,
"localStorage": true,
"window": true
"window": true,
"fetch": true,
"alert": true
},
"immed": true,
"latedef": true,
Expand Down

0 comments on commit e26fc68

Please sign in to comment.