jscs-dev / node-jscs

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

Add `templateStrings` as an option for the `allExcept` property of the `maximumLineLength` rule #2280

Closed adamreisnz closed 8 years ago

adamreisnz commented 8 years ago

As per the issue title, can we add templateStrings as an option for the allExcept property of the maximumLineLength rule?

Especially with Angular templates some lines can get a bit lengthy, and I'd like to not have JSCS trip over them.

PS, this must be one of the first repositories of a large project that I've seen with 0 open issues 👍

markelog commented 8 years ago

PS, this must be one of the first repositories of a large project that I've seen with 0 open issues

There is a reason for that :/, see https://medium.com/@markelog/jscs-end-of-the-line-bc9bf0b3fdb2 and http://eslint.org/blog/2016/04/welcoming-jscs-to-eslint

We are not adding new features at this time

adamreisnz commented 8 years ago

Ah bugger :)