Skip to content

Commit

Permalink
chore: add AbortController to .jshintrc.globals
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Sep 13, 2024
1 parent 566ea0f commit fc3fef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"globals": {
"AbortController": false
},
"browser": true,
"node": true,
"esversion": 11,
Expand Down

0 comments on commit fc3fef8

Please sign in to comment.