Closed ffesseler closed 9 years ago
+1
Done, will be available in next version in a couple of days
I'm using version 1.0.3, but I still not able to find where to specify option for jscs, could you tell me how to accomplish that?
I got it, just specify an option in .jscsrc would be fine.
{
"esnext": true
}
You are using the bundled plugin by jetbrains.
It's possible to use jscs on ES6 projects since 1.7.0 when activating the esnext flag.
Would be cool to have a text input to provide jscs options :)