musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Investigate ESLint #40

Closed iccir closed 8 years ago

iccir commented 9 years ago

I just learned about ESLint (http://eslint.org).

I should investigate whether using it rather than JSHint in ojc. In the future, there may be a speed win if the modifier modifies the AST directly instead of modifying strings (we could then pass the modified AST into ESLint and avoid a reparse).

IngwiePhoenix commented 9 years ago

That seems interesting. I am looking into ESLint myself at the moment. Very nice. :)

iccir commented 8 years ago

Ultimately succeeded by #79.