elearning/Frontend-Learner/node_modules/eslint-plugin-import-lite/dist/dts/configs.d.ts
2026-01-13 10:48:02 +07:00

14 lines
287 B
TypeScript

import type { Linter } from 'eslint'
export declare const configs: {
/**
* The default recommended config in Flat Config Format
*/
recommended: Linter.Config
/**
* Enable all rules, in Flat Config Format
*/
all: Linter.Config
}
export type Configs = typeof configs