9 lines
468 B
Plaintext
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;
|