UNPKG

eslint-plugin-regexp

Version:

ESLint plugin for finding RegExp mistakes and RegExp style guide violations.

6 lines (5 loc) 147 B
import * as plugin from "../../index"; export { rules } from "../rules/recommended"; export declare const plugins: { regexp: typeof plugin; };