0.3.0
Changes:
- The default
declaration_keyword
keyword has changed fromvar
toimport
. If you were usingvar
before, and would like to keep it, you need to add this to your .importjs.json file:
"declaration_keyword": "var"
- Added
eslint_executable
so that you can use e.g. a locally installed eslint (by @lencioni) - Better failure messages when running eslint