You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a basic workaround (that unfortunately doesn't take Browserslist settings into account):
rules: {"no-restricted-syntax": ["error",{selector: "Literal[regex][raw=/\\(\\?<[=!]/]",message:
"Lookbehind assertions are not supported in some browsers (e.g. Safari 16.3).",},],},
lookbehind
in regular expresions should report an error because it is not supported on Safari browser.here is my browserslist config:
and here is my eslint config:
I do get an error for OffscreenCanvas not being supported on Safari 14, so it looks like I have set up the plugin correctly.
The text was updated successfully, but these errors were encountered: