Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

v2.4.0

Choose a tag to compare

@Draydrew Draydrew released this 02 Jan 10:14
· 4 commits to master since this release

v2.4.0

sortedimports

Added

  • sort-imports-es6-autofix plugin that replaces the basic sort-imports and also allows the sort order of imports to be autofixed πŸŽ‰ . Note that we're now just using the default sorting order (none, all, multiple, single) which is different to before, but it'll all fix itself anyway.
  • New rules from updated packages: lines-between-class-members, jsdoc/require-param-name, jest/prefer-to-have-length, jest/prefer-to-be-null, jest/prefer-to-be-undefined, jsdoc/require-param-name. Some other rules have been added but switched off.

Changed

  • Updated eslint and other plugins.

Removed

  • Nothing outright, but the basic sort-imports from ESLint has been turned off.