8 lines
394 B
Plaintext
8 lines
394 B
Plaintext
import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
|
|
export default _default;
|
|
/**
|
|
* A utility ruleset that will disable type-aware linting and all type-aware rules available in our project.
|
|
* @see {@link https://typescript-eslint.io/users/configs#disable-type-checked}
|
|
*/
|
|
declare function _default(_plugin: FlatConfig.Plugin, _parser: FlatConfig.Parser): FlatConfig.Config;
|