UNPKG

@saashub/qoq-eslint-v9-js

Version:
6 lines (5 loc) 172 B
import type { Linter } from 'eslint'; export interface EslintConfig extends Linter.Config { rules: Linter.RulesRecord; } export declare const baseConfig: EslintConfig;