-
-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SublimeLinter error since v16.0.0 #557
Comments
You need to upgrade your Node.js version. |
|
SublimeLinter doesn't necessarily use the Node.js version in your http://www.sublimelinter.com/en/stable/troubleshooting.html Tests are passing here, so this is not a bug in eslint-plugin-unicorn. |
@sindresorhus I dont think its an issue with |
I also tried adding |
I'm seeing this issue as well. It's causing SublimeLinter to completely break for me. I believe it has to do with the changes to these regular expressions in #513 and #534 by @fisker: eslint-plugin-unicorn/rules/escape-case.js Lines 5 to 6 in 875c471
It looks like these changes may have introduced incompatibility issues with their usage of positive lookbehinds and named capturing groups: https://regexr.com/4v5r7 |
Linting with v15.0.1:
Linting with v16.0.0 and after (I have tried every version since):
SublimeLinter: ERROR: SyntaxError: Failed to load plugin 'unicorn'
Exact error output:
Currently working around this by using v15.0.0.
The text was updated successfully, but these errors were encountered: