eslint-plugin-escompat
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -231,2 +231,10 @@ 'use strict'; | ||
// ES2025 | ||
createRule( | ||
"no-regexp-duplicate-named-groups", | ||
"edge < 125, safari < 17, firefox < 129, chrome < 125", | ||
"disallow the use of RegExp duplicate named groups", | ||
{ ts: 2025 } | ||
); | ||
// Proposals... | ||
@@ -251,3 +259,3 @@ createRule( | ||
plugins: ["escompat"], | ||
parserOptions: { ecmaVersion: 2024 }, | ||
parserOptions: { ecmaVersion: 2025 }, | ||
rules: Object.keys(module.exports.rules).reduce( | ||
@@ -265,3 +273,3 @@ (o, r) => ((o["escompat/" + r] = ["error"]), o), | ||
languageOptions: { | ||
ecmaVersion: 2024 | ||
ecmaVersion: 2025 | ||
}, | ||
@@ -268,0 +276,0 @@ rules: Object.keys(module.exports.rules).reduce( |
{ | ||
"name": "eslint-plugin-escompat", | ||
"version": "3.9.0", | ||
"version": "3.10.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -167,2 +167,3 @@ # eslint-plugin-escompat | ||
- [no-public-static-class-fields](./docs/no-public-static-class-fields.md) | ||
- [no-regexp-duplicate-named-groups](./docs/no-regexp-duplicate-named-groups.md) | ||
- [no-regexp-lookbehind](./docs/no-regexp-lookbehind.md) | ||
@@ -169,0 +170,0 @@ - [no-regexp-named-group](./docs/no-regexp-named-group.md) |
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
26846
31
622
180