This repository was archived by the owner on Oct 18, 2019. It is now read-only.
v2.4.0
v2.4.0
Added
sort-imports-es6-autofixplugin that replaces the basicsort-importsand 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
eslintand other plugins.
Removed
- Nothing outright, but the basic
sort-importsfrom ESLint has been turned off.
