UNPKG

@typescript-eslint/eslint-plugin

Version:
12 lines (11 loc) 454 B
import type { TSESLint } from '@typescript-eslint/utils'; type MessageId = 'noStrictNullCheck' | 'preferOptionalSyntax' | 'uselessDefaultAssignment' | 'uselessUndefined'; type Options = [ { allowRuleToRunWithoutStrictNullChecksIKnowWhatIAmDoing?: boolean; } ]; declare const _default: TSESLint.RuleModule<MessageId, Options, import("../../rules").ESLintPluginDocs, TSESLint.RuleListener> & { name: string; }; export default _default;