Skip to content

Commit

Permalink
feat: Accept to use fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
theotime2005 committed Jul 16, 2024
1 parent 445112d commit fe6dd06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ module.exports = [
],
'no-restricted-globals': [
'error',
{
name: 'fetch',
message: "Use import fetch from 'fetch'",
},
],
'no-unused-vars': [
'error',
Expand Down

0 comments on commit fe6dd06

Please sign in to comment.