vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Upgrade to jshint 1.0 #248

Open aclement opened 11 years ago

aclement commented 11 years ago

This is non trivial. We are currently using r12. 1.0 introduces a modular structure and has dependencies (retrieved through require). It also uses esprima which will clash with ours.

aclement commented 11 years ago

We should also migrate jshint support to being a plugin. Although we have the API for adding annotations there is some configuration processing used to prep jshint that we may need to add API for.