UNPKG

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

Version:

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

45 lines (29 loc) 1 kB
<!-- API Report Version: 2.3 --> ## API Report File for "@atlaskit/eslint-plugin-no-lookahead-lookbehind-regexp" > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/). > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports) ### Table of contents - [Main Entry Types](#main-entry-types) - [Peer Dependencies](#peer-dependencies) ### Main Entry Types <!--SECTION START: Main Entry Types--> ```ts import { Linter } from 'eslint'; import { Rule } from 'eslint'; // @public (undocumented) export const configs: { recommended: Linter.BaseConfig<Linter.RulesRecord>; }; // @public (undocumented) export const rules: { 'no-lookahead-lookbehind-regexp': Rule.RuleModule; }; // (No @packageDocumentation comment for this package) ``` <!--SECTION END: Main Entry Types--> ### Peer Dependencies <!--SECTION START: Peer Dependencies--> ```json {} ``` <!--SECTION END: Peer Dependencies-->