Files
memecoin-botV2/.pnpm-store/v10/files/09/8deb24e7695534d423a70f3192670990fe255ba31b205d060ab4fe9cd965e22c72101ed45570a5fce18bc5643f485ed3688689b0c5a13accad7e0e23734017

13 lines
646 B
Plaintext

import type { TSESLint } from '@typescript-eslint/utils';
import type { TypeOrValueSpecifier } from '../util';
type Options = [
{
allow?: TypeOrValueSpecifier[];
}
];
type MessageIds = 'addAwait' | 'noArraySpreadInObject' | 'noClassDeclarationSpreadInObject' | 'noClassInstanceSpreadInObject' | 'noFunctionSpreadInObject' | 'noIterableSpreadInObject' | 'noMapSpreadInObject' | 'noPromiseSpreadInObject' | 'noStringSpread' | 'replaceMapSpreadInObject';
declare const _default: TSESLint.RuleModule<MessageIds, Options, import("../../rules").ESLintPluginDocs, TSESLint.RuleListener> & {
name: string;
};
export default _default;