Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.66 KB

eslint-plugin-import-sorting

1.2.0

Minor Changes

  • Allow array values for plugin settings (#14) Settings options now accept an array of pattern strings, instead of only a single, more convoluted, RegExp string. Closes #8

1.1.0

Minor Changes

  • Sort numerals in path strings naturally (#11) Now ensures that 10 will sort after 2, for example.

Patch Changes

  • Fix local import sort order when dot segment count is the same (#11) Sorting will now take the entire path into account, instead of just the basename of the path.
  • Add engines key to indicate minimum Node version (#12)

1.0.3

Patch Changes

  • Fix error when plugin settings are undefined (#9)

1.0.2

Patch Changes

  • Update export and build strategy (#6)

    Should fix issues with plugin being unable to load, or rule definitions not being found.

1.0.1

Patch Changes

1.0.0

Major Changes