We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e848406 commit 14f85c3Copy full SHA for 14f85c3
linter.py
@@ -72,7 +72,7 @@ def cmd(self):
72
cmd = ['eslint', '--format=json', '--stdin']
73
stdin_filename = self.get_stdin_filename()
74
if stdin_filename:
75
- cmd.append('--stdin-filename=' + stdin_filename.replace('$', '\$'))
+ cmd.append('--stdin-filename=' + stdin_filename.replace('$', '\\$'))
76
return cmd
77
78
def run(self, cmd, code):
0 commit comments