UNPKG

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

Version:

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

8 lines 265 B
import { recommended } from './config/recommended'; import { noLookaheadLookbehindRegexp } from './rules/noLookaheadLookbehindRegex'; export const configs = { recommended }; export const rules = { 'no-lookahead-lookbehind-regexp': noLookaheadLookbehindRegexp };