mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-23 21:34:06 +01:00
Remove RegExp lookbehind assertions used to fix "Polynomial regular expression used on uncontrolled data" because they are not supported in Safari, add eslint-plugin-es rule no-regexp-lookbehind-assertions to prevent regressions.
This commit is contained in:
parent
f46ee0732f
commit
7c1550cbe9
5 changed files with 9 additions and 5 deletions
|
|
@ -53,6 +53,7 @@
|
|||
"ava": "3.15.0",
|
||||
"c8": "7.10.0",
|
||||
"eslint": "8.5.0",
|
||||
"eslint-plugin-es": "4.1.0",
|
||||
"eslint-plugin-jsdoc": "37.4.0",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-unicorn": "39.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue