@typescript-eslint/eslint-plugin
Version:
TypeScript plugin for ESLint
9 lines • 368 B
TypeScript
import type { TSESLint } from '@typescript-eslint/utils';
export type Options = [
{
checkNever: boolean;
}
];
declare const _default: TSESLint.RuleModule<"meaninglessVoidOperator" | "removeVoid", Options, import("../../rules").ESLintPluginDocs, TSESLint.RuleListener>;
export default _default;
//# sourceMappingURL=no-meaningless-void-operator.d.ts.map