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