idok / jscs-plugin

jscs intellij plugin
http://plugins.jetbrains.com/plugin/7554
MIT License
54 stars 5 forks source link

Provide ability to specify jscs options #5

Closed ffesseler closed 9 years ago

ffesseler commented 10 years ago

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 :)

Coobaha commented 9 years ago

+1

idok commented 9 years ago

Done, will be available in next version in a couple of days

LeoYuan commented 9 years ago

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? 9ddc483a-81ce-4d61-87e6-25a5b66bd748

LeoYuan commented 9 years ago

I got it, just specify an option in .jscsrc would be fine.

{
  "esnext": true
}
idok commented 9 years ago

You are using the bundled plugin by jetbrains.