Skip to content

v0.12.0

Compare
Choose a tag to compare
@randycoulman randycoulman released this 03 Oct 14:55
· 276 commits to master since this release

Changed

  • Update to ESLint 3.7.0, eslint-plugin-import 2.0.0, and babel-eslint 7.0.0. (#33)
  • Change ecmaVersion setting to 2017 to get support for ES2017 features like async/await. (#33)
  • Rename import/import-first to import/first. (#33)

Added

  • Enables warnings for new rules: import/no-dynamic-require and import/no-webpack-loader-syntax. (#33)
  • Adds support for new rules, but leaves them disabled: import/no-internal-modules, import/unambiguous, and import/no-unassigned-import. (#33)