nuxt / eslint-plugin-nuxt

ESLint plugin for Nuxt.js [WIP]
MIT License
129 stars 14 forks source link

Rule: Warn for deprecated fetch method #188

Open manniL opened 2 years ago

manniL commented 2 years ago

It'd be very nice if the eslint plugin could print out a warning when using fetch with arguments, which is then using the "old" fetch call that is deprecated.