-
Notifications
You must be signed in to change notification settings - Fork 46
Why is the esnext
option ignored?
#62
Comments
esnext
option ignored?esnext
option ignored?
Hmmm... well, maybe the commit message wasn't well formed. Suppose you have the following configuration: jscs: {
options: {
requireCurlyBraces: [ "if" ],
esnext: true
},
src: ".."
} This way, the |
Ohh my bad. Let me run another test to see. |
If you still find it's buggy or is being really ignored, let me know! |
@gustavohenke looks like I'm still having issues. I'll try to prepare an isolated test case. |
@gustavohenke here's a test case:
|
It's everything okay with your example. I'm patching grunt-jscs right now! |
Thanks for the quick response. 😃 |
Fix landed in v0.8.1! |
Thank you very much! |
Referring to dbb347e
Sure
--esnext
is buggy, but I believe this plugin should not just silently ignore this option when the user requests to use it.The text was updated successfully, but these errors were encountered: