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