-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
no-invalid-regexp rule do not understand variable for flags #10112
Closed
eplouhinec opened this issue
Mar 21, 2018
· 1 comment
· Fixed by Urigo/tortilla#62, lipis/prettier-setup#48, wemake-services/wemake-vue-template#351, bennycode/website#254 or thisconnect/tools#175
Closed
no-invalid-regexp rule do not understand variable for flags #10112
eplouhinec opened this issue
Mar 21, 2018
· 1 comment
· Fixed by Urigo/tortilla#62, lipis/prettier-setup#48, wemake-services/wemake-vue-template#351, bennycode/website#254 or thisconnect/tools#175
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
bug
ESLint is working incorrectly
patch candidate
This issue may necessitate a patch release in the next few days
regression
Something broke
rule
Relates to ESLint's core rules
Comments
eslint-deprecated
bot
added
the
triage
An ESLint team member will look at this issue soon
label
Mar 21, 2018
aladdin-add
added
bug
ESLint is working incorrectly
rule
Relates to ESLint's core rules
accepted
There is consensus among the team that this change meets the criteria for inclusion
and removed
triage
An ESLint team member will look at this issue soon
labels
Mar 21, 2018
Thanks for the report! I can repro it. |
aladdin-add
added a commit
to aladdin-add/eslint
that referenced
this issue
Mar 21, 2018
aladdin-add
added a commit
to aladdin-add/eslint
that referenced
this issue
Mar 21, 2018
platinumazure
added
regression
Something broke
patch candidate
This issue may necessitate a patch release in the next few days
labels
Mar 21, 2018
This was referenced Mar 22, 2018
Merged
This was referenced Mar 22, 2018
eslint-deprecated
bot
added
the
archived due to age
This issue has been archived; please open a new issue for any further discussion
label
Sep 19, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
accepted
There is consensus among the team that this change meets the criteria for inclusion
archived due to age
This issue has been archived; please open a new issue for any further discussion
bug
ESLint is working incorrectly
patch candidate
This issue may necessitate a patch release in the next few days
regression
Something broke
rule
Relates to ESLint's core rules
Hi all, since few times, I have an issue with linting in a regex. It seems that variables are not allowed for flags.
Tell us about your environment
What parser (default, Babel-ESLint, etc.) are you using? Babel-ESLint
Please show your full configuration:
Configuration
What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.
What did you expect to happen?
No error on flags.
What actually happened? Please include the actual, raw output from ESLint.
error Invalid flags supplied to RegExp constructor 'null' no-invalid-regexp
The text was updated successfully, but these errors were encountered: