UNPKG

@atlaskit/eslint-plugin-no-lookahead-lookbehind-regexp

Version:

Fork of https://github.com/JonasBa/eslint-plugin-no-lookahead-lookbehind-regexp

7 lines 242 B
import { formatLinterMessage } from '../helpers/caniuse'; export function createContextReport(node, context, violators, targets, config) { context.report({ node: node, message: formatLinterMessage(violators, targets, config) }); }