8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
|
export default _default;
|
|
/**
|
|
* Contains all of `recommended`, as well as additional strict rules that can also catch bugs.
|
|
* @see {@link https://typescript-eslint.io/users/configs#strict}
|
|
*/
|
|
declare function _default(plugin: FlatConfig.Plugin, parser: FlatConfig.Parser): FlatConfig.ConfigArray;
|