eslint-plugin-regexp
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -87,2 +87,3 @@ "use strict"; | ||
const unicode_escape_1 = __importDefault(require("./rules/unicode-escape")); | ||
const unicode_property_1 = __importDefault(require("./rules/unicode-property")); | ||
const use_ignore_case_1 = __importDefault(require("./rules/use-ignore-case")); | ||
@@ -170,3 +171,4 @@ exports.rules = [ | ||
unicode_escape_1.default, | ||
unicode_property_1.default, | ||
use_ignore_case_1.default, | ||
]; |
{ | ||
"name": "eslint-plugin-regexp", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.", | ||
@@ -9,2 +9,3 @@ "engines": { | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -90,3 +91,3 @@ "dist" | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-regexp": "~2.3.0", | ||
"eslint-plugin-regexp": "~2.4.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
@@ -93,0 +94,0 @@ "eslint-plugin-yml": "^1.0.0", |
@@ -234,2 +234,3 @@ # Introduction | ||
| [unicode-escape](https://ota-meshi.github.io/eslint-plugin-regexp/rules/unicode-escape.html) | enforce consistent usage of unicode escape or unicode codepoint escape | | | π§ | | | ||
| [unicode-property](https://ota-meshi.github.io/eslint-plugin-regexp/rules/unicode-property.html) | enforce consistent naming of unicode properties | | | π§ | | | ||
@@ -236,0 +237,0 @@ <!-- end auto-generated rules list --> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
834963
291
20159
284