UNPKG

eslint-plugin-canonical

Version:
14 lines (13 loc) 474 B
type Options = [ string, { classFields?: boolean; ignoreDestructuring?: boolean; ignoreNamedImports?: boolean; onlyDeclarations?: boolean; properties?: boolean; } ] | [string]; type MessageIds = 'notMatch' | 'notMatchPrivate'; declare const _default: import("@typescript-eslint/utils/ts-eslint").RuleModule<MessageIds, Options, unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener>; export default _default;