UNPKG

@ninoseki/eslint-plugin-neverthrow

Version:

[eslint-plugin-neverthrow](https://github.com/mdbetancourt/eslint-plugin-neverthrow) but works with ESLint v9.

9 lines (6 loc) 255 B
import { TSESLint } from '@typescript-eslint/utils'; declare enum MessageIds { MUST_USE = "mustUseResult" } declare const mustUseResult: TSESLint.RuleModule<"mustUseResult", [], unknown, TSESLint.RuleListener>; export { MessageIds, mustUseResult };