UNPKG

eslint-plugin-sonarjs

Version:
7 lines (6 loc) 254 B
import { Rule } from 'eslint'; /** * The core implementation of the rule reports on empty React fragments. * Also, one of the two issue messages include a Unicode character. */ export declare function decorate(rule: Rule.RuleModule): Rule.RuleModule;