Files
memecoin-botV2/.pnpm-store/v10/files/0e/06610b1de6cab7e7e8d398ce96ac2d1bc416389a6152dd8ca2bd9f7bfff2b39f7456bf867a18a6d1bb495bfa64eb659d2224de8a8c4b1e1f072ad0711847da

9 lines
468 B
Plaintext

import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
export default _default;
/**
* A minimal ruleset that sets only the required parser and plugin options needed to run typescript-eslint.
* We don't recommend using this directly; instead, extend from an earlier recommended rule.
* @see {@link https://typescript-eslint.io/users/configs#base}
*/
declare function _default(plugin: FlatConfig.Plugin, parser: FlatConfig.Parser): FlatConfig.Config;