18 lines
367 B
TypeScript
18 lines
367 B
TypeScript
// Generated by dts-bundle-generator v8.0.1
|
|
|
|
import { ESLintConfig } from 'eslint-define-config';
|
|
|
|
export declare const error = 'error';
|
|
export declare const warn = 'warn';
|
|
export declare const off = 'off';
|
|
export declare function extendConfig({
|
|
plugins,
|
|
settings,
|
|
rules,
|
|
extends: _extends,
|
|
overrides,
|
|
...rest
|
|
}?: ESLintConfig): ESLintConfig;
|
|
|
|
export {};
|