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 upUnnecessary escape character: \$. (no-useless-escape) #671
Comments
This comment has been minimized.
This comment has been minimized.
|
Sorry, I can't reproduce this issue. Can you post a more complete example of the code that's causing this issue? Then I'll re-open this. |
feross
closed this
Dec 27, 2016
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
kilianc commentedNov 1, 2016
•
edited
In this case I am escaping the
\since I am printing a bash script and eslint thinks I am escaping$. This is a 70L file and it's basically a big string template. I can't even use// eslint-disable-linebecause is the string is a multiline string :(