UNPKG

@inngest/eslint-plugin

Version:

An ESLint plugin and config for [`inngest`](/packages/inngest/).

11 lines (10 loc) 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.recommended = void 0; exports.recommended = { rules: { "@inngest/await-inngest-send": "warn", "@inngest/no-nested-steps": "error", "@inngest/no-variable-mutation-in-step": "error", }, };