UNPKG

eslint-plugin-no-unawaited-dot-catch-throw

Version:

ESLint plugin to highlight unawaited .catch() calls that contain throw statements

4 lines (3 loc) 157 B
const rule = require("./no-unawaited-dot-catch-throw"); const plugin = { rules: { "enforce-no-unawaited-dot-catch-throw": rule } }; module.exports = plugin;