You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
This just started on 2.9:
jscs is not catching the fact that the syntax within the backticks is for interpolation.
https://github.com/shakacode/react_on_rails/blob/master/node_package%2Ftests%2FbuildConsoleReplay.test.js#L52
@ikokostya, here's the issue:
node-jscs/lib/rules/disallow-spaces-inside-template-string-placeholders.js
Line 59 in 0c46025
you're not checking that we're inside of an interpolation.
TBH, I think some better parsing needs to be done for the beginning and the end.
Maybe you can crib how babel is doing this?
CC: @alexfedoseev