Files
memecoin-botV2/.pnpm-store/v10/files/5d/7cc5326b92ed605bcb9676078de848d23952593bb0e71ae676979c2c1606226d5f24e59a48dcd893f46c16f2692f270e4350e9123cc08affef064d35adee44

9 lines
483 B
Plaintext

import { TSESLint } from '@typescript-eslint/utils';
import type { Selector } from './naming-convention-utils';
export type MessageIds = 'doesNotMatchFormat' | 'doesNotMatchFormatTrimmed' | 'missingAffix' | 'missingUnderscore' | 'satisfyCustom' | 'unexpectedUnderscore';
export type Options = Selector[];
declare const _default: TSESLint.RuleModule<MessageIds, Options, import("../../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
name: string;
};
export default _default;