File size: 104 Bytes
bc20498 |
1 2 3 4 |
import type { Linter } from 'eslint';
declare const config: Linter.FlatConfig[];
export default config;
|
bc20498 |
1 2 3 4 |
import type { Linter } from 'eslint';
declare const config: Linter.FlatConfig[];
export default config;
|