File size: 92 Bytes
bc20498 |
1 2 3 4 |
import type { Linter } from 'eslint';
declare const config: Linter.Config;
export = config;
|
bc20498 |
1 2 3 4 |
import type { Linter } from 'eslint';
declare const config: Linter.Config;
export = config;
|