diff --git a/config.js b/config.js index 9366d41..eae5c4d 100644 --- a/config.js +++ b/config.js @@ -52,10 +52,6 @@ module.exports = [ ], 'no-restricted-globals': [ 'error', - { - name: 'fetch', - message: "Use import fetch from 'fetch'", - }, ], 'no-unused-vars': [ 'error',