Skip to content

Releases: stormwarning/eslint-plugin-import-sorting

v1.2.0

29 Apr 20:25
ba20caf
Compare
Choose a tag to compare

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

v1.1.0

30 Jan 03:41
425dad8
Compare
Choose a tag to compare

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)

v1.0.3

23 Jan 21:46
40d9e8a
Compare
Choose a tag to compare

Patch Changes

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

v1.0.2

19 Jan 19:47
662ddbe
Compare
Choose a tag to compare

Patch Changes

  • Update export and build strategy (#6)

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

v1.0.1

18 Jan 21:35
0fd0f91
Compare
Choose a tag to compare

Patch Changes

v1.0.0

12 Dec 21:47
6367a34
Compare
Choose a tag to compare

Major Changes