jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 513 forks source link

\n inside backticks replaced with actual newline on fix #2120

Closed dwelle closed 8 years ago

dwelle commented 8 years ago
var s = `\n`

is replaced (via fix on save) with:

var s = `
`

possibly related to https://github.com/jscs-dev/node-jscs/issues/2015

running v2.9.0 via AtomLinter/linter-jscs

markelog commented 8 years ago

At this point only major and CST related bugs will be fixed.