eslint-plugin-fetch-options

JSON →
library 0.0.5 ·javascript
verified Jun 7, 2026

An ESLint plugin that enforces explicit fetch() options to prevent insecure default behavior. Version 0.0.5 is the latest, with infrequent releases. It focuses on HTTP fetch security, offering rules like no-fetch-credentials and no-fetch-method to catch missing credentials or method options. Unlike general security linters, it specifically targets fetch() calls.