UNPKG

eslint-plugin-sonarjs

Version:
4 lines (3 loc) 199 B
import { TSESTree } from '@typescript-eslint/utils'; import { Rule } from 'eslint'; export declare function isPresentationTable(context: Rule.RuleContext, node: TSESTree.JSXOpeningElement): boolean;