cfjedimaster / brackets-jshint

Adds JSHint support to Brackets
MIT License
130 stars 41 forks source link

Updated to JSHint 2.7.0 with experimental async/await support #76

Open marcominetti opened 9 years ago

marcominetti commented 9 years ago

Hi, I just needed an updated version with ECMAScript 7 async await support.

I've backported work from sevb/jshint and merged into JSHint 2.7.0 branch.

I will publish it as camden.jshint.esnext until your package and/or JSHint official support async/await keywords.

cfjedimaster commented 9 years ago

You mentioned you backported into JSHint 2.7 - so this is not the official JSHint release?

marcominetti commented 9 years ago

Nope, waiting for JSHint integrate plugins system to stuck on official JSHint... ;)

marcominetti commented 9 years ago

Backported from https://github.com/jshint/jshint/pull/2077

cfjedimaster commented 9 years ago

Ah, if you don't mind - I'd rather not ship an unofficial JSHint.

marcominetti commented 9 years ago

I totally agree with you, if someone needs it this pr will be a reference... ;)