UNPKG

@elsikora/eslint-config

Version:

ESLint configuration vision of ElsiKora

7 lines (6 loc) 230 B
/** * Formats a rule name according to mapping rules * @param {string} ruleName - The name of the rule to format * @returns {string} The formatted rule name */ export declare function formatRuleName(ruleName: string): string;