Skip to content

0.3.0

Compare
Choose a tag to compare
@trotzig trotzig released this 11 Jan 20:37

Changes:

  • The default declaration_keyword keyword has changed from var to import. If you were using var 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