Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upParsing errors when using named groups in regexes #1174
Comments
This comment has been minimized.
This comment has been minimized.
|
To use experimental syntax you have to use babel-eslint, please see this part of the documentation: https://github.com/standard/standard#how-do-i-use-experimental-javascript-es-next-features |
LinusU
closed this
Aug 6, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Nov 4, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Janpot commentedAug 5, 2018
What version of standard?
11.0.1
What operating system, Node.js, and npm version?
macOS: 10.13.6
node: v10.7.0
npm: 6.10.0
What did you expect to happen?
It would be able to lint code that contains regexes with named groups (stage 4 proposal)
What actually happened?
It fails with a parsing error when you use a regex like that.