fix: Use of lookbehind regex crashes Safari, added lint rule to prevent future accidental regression

This commit is contained in:
Tom Moor
2022-04-08 10:16:55 -07:00
parent 58a059ae33
commit 5fb5e69181
4 changed files with 13 additions and 2 deletions

View File

@@ -287,6 +287,7 @@
"eslint": "^7.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-node": "^11.1.0",