chore: add AbortController to .jshintrc.globals

This commit is contained in:
AJ ONeal
2024-09-13 08:33:50 +00:00
parent 566ea0fc9a
commit fc3fef8a89
+3
View File
@@ -1,4 +1,7 @@
{
"globals": {
"AbortController": false
},
"browser": true,
"node": true,
"esversion": 11,