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

Misc: Make an exception for esnext/verbose since they are removed #2208

Closed hzoo closed 8 years ago

hzoo commented 8 years ago
{
"esprima": true,
    "esprimaOptions": true,
    "verbose": true,
    "esnext": true,
}
screen shot 2016-04-16 at 12 05 40 pm
markelog commented 8 years ago

Tests?

qfox commented 8 years ago

LGTM

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.008%) to 96.784% when pulling bda0b91e4482cdd507575b24f445cb669b585e8e on better-error into 4a935aa0bd8ad45595bcf0c57adfa232c6c0de07 on master.