UNPKG

@exadel/eslint-plugin-esl

Version:

Helper ESLint rules to find and migrate ESL (@exadel/esl) library deprecations

4 lines (3 loc) 230 B
import type { Rule } from 'eslint'; export declare function log(msg: string, severity?: 'error' | 'warn' | 'off'): void; export declare function buildLoggingRule(msg: string, severity?: 'error' | 'warn' | 'off'): Rule.RuleModule;