UNPKG

eslint-plugin-regexp

Version:

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

7 lines (6 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.plugins = exports.rules = void 0; var all_1 = require("./rules/all"); Object.defineProperty(exports, "rules", { enumerable: true, get: function () { return all_1.rules; } }); exports.plugins = ["regexp"];