UNPKG

@nuofe/ndk-lint-tool

Version:
7 lines (6 loc) 276 B
import { Config, ConfigOptions } from '@nuofe/ndk-config'; export interface Globals { [name: string]: boolean | 'off' | 'readable' | 'writeable'; } declare const _default: (options: ConfigOptions<Config>, globals?: Globals | undefined) => string; export default _default;