8 lines
388 B
Plaintext
8 lines
388 B
Plaintext
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
|
export default _default;
|
|
/**
|
|
* Rules considered to be best practice for modern TypeScript codebases, but that do not impact program logic.
|
|
* @see {@link https://typescript-eslint.io/users/configs#stylistic}
|
|
*/
|
|
declare function _default(plugin: FlatConfig.Plugin, parser: FlatConfig.Parser): FlatConfig.ConfigArray;
|