UNPKG

eslint-config-galex

Version:
4 lines (3 loc) 197 B
import { type Linter } from 'eslint'; import { type ESLintConfig, type Flags } from '../types'; export declare const applyFlags: (rules: Linter.RulesRecord, flags: Flags) => ESLintConfig['rules'];