Skip to content

Releases: RyoNkmr/eslint-plugin-atomic-design

v1.0.1

25 Mar 06:34
Compare
Choose a tag to compare

1.0.1 (2021-03-25)

Bug Fixes

v1.0.0

22 Mar 05:58
Compare
Choose a tag to compare

1.0.0 (2021-03-22)

Bug Fixes

  • fix 'module not found prettier' error (8f3f0bb)

Code Refactoring

  • eslint: remove support eslint 0.x and expect >=7.22.0 (f29915d)

Performance Improvements

  • update supported node versions to 12 (7bd57dd)

BREAKING CHANGES

  • removal of outdated node versions, requires >=12
  • eslint: remove support older eslint versions, requires >= 7.22.0

v0.2.2

29 May 10:12
Compare
Choose a tag to compare

0.2.2 (2019-05-29)

Bug Fixes

  • hierachical-import: fill the missing specs that allows importing module root components from th (01adf86)

v0.2.1

15 Apr 11:33
2d230cf
Compare
Choose a tag to compare

0.2.1 (2019-04-15)

Bug Fixes

  • hierarchical-import: block importing "module" children components from the other components (e4f75c2), closes #12

v0.2.0

12 Apr 14:23
a68b31d
Compare
Choose a tag to compare

0.2.0 (2019-04-12)

Features

  • hierarchical-import: add "module" mode (181c2ae), closes #8