8 lines
396 B
Plaintext
8 lines
396 B
Plaintext
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
|
export default _default;
|
|
/**
|
|
* Contains all of `recommended` along with additional recommended rules that require type information.
|
|
* @see {@link https://typescript-eslint.io/users/configs#recommended-type-checked}
|
|
*/
|
|
declare function _default(plugin: FlatConfig.Plugin, parser: FlatConfig.Parser): FlatConfig.ConfigArray;
|