UNPKG

eslint-config-galex

Version:
7 lines (6 loc) 250 B
import { type RulesCreator, type RulesetCreator } from '../types'; export declare const createUnicornPlugin: RulesetCreator; /** * @see https://github.com/sindresorhus/eslint-plugin-unicorn */ export declare const createUnicornRules: RulesCreator;