Skip to content

Releases: kufu/eslint-plugin-smarthr

v0.2.4

30 Aug 00:51
Compare
Choose a tag to compare

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.4 (2022-08-30)

Features

v0.2.3

26 Aug 03:31
Compare
Choose a tag to compare

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.3 (2022-08-26)

Bug Fixes

  • a11y-xxxx: styled(Hoge)の実行結果を変数に代入しないパターンに対応する (#26) (0bb0259)

v0.2.2

18 Aug 23:32
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2022-08-18)

Bug Fixes

  • redundant-name rule の allowedNames オプションが適用されないバグがあったため修正する (#23) (86a7bc5)

v0.2.1

15 Aug 01:59
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2022-08-15)

Features

  • 新しいルールの追加 (require-export, prohibit-file-name, prohibit-export-array-type, best-practice-for-date ) (#22) (ddb7433)

v0.2.0

05 Jul 02:06
Compare
Choose a tag to compare

0.2.0 (2022-07-05)
⚠ BREAKING CHANGES
BREAKING CHANGE: a11-xxxx-has-text を a11-clickable-element-has-text に統一する (#16

0.1.3 (2022-07-05)
Features
add rules format-translate-component (#19) (a429e9e)
リンク要素内にテキストが設定されていない場合、エラーとなるルールを追加する (#15) (4bbb9c1)
Bug Fixes
redundant-nameのバグを修正する (#20) (b733f18)

v0.1.2

09 Mar 23:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.2 (2022-03-09)

Bug Fixes

  • require-barrel-import修正(barrelファイルが複数存在する場合、一番親に当たるファイルを検知する) (#14) (87a6724)

v0.1.1

08 Mar 05:16
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2022-03-08)

Features

v0.1.0

09 Feb 23:22
Compare
Choose a tag to compare

0.1.0 (2022-02-09)

⚠ BREAKING CHANGES

  • BREAKING CHANGE: add require-import & update prohibit-import (#12) (e6c5c44), closes #12

0.0.1 (2022-02-08)

Features

  • add type property function params redundant (758df90)
  • redundant-name の修正候補を操作できるように改修 (20991e8)

v0.0.1

08 Feb 07:06
Compare
Choose a tag to compare

0.0.1 (2022-02-08)

Features

  • add type property function params redundant (758df90)
  • redundant-name の修正候補を操作できるように改修 (20991e8)

v0.0.0

25 Jan 05:59
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.0 (2022-01-25)

Features

  • LICENSE を追加 (6497921)
  • リリース用の処理を追加 (c606864)

Bug Fixes

  • fs と path は node のデフォルトの物を使うべきなので dependencies から削除 (979a4f4)
  • jsx-start-with-spread-attributes (3936797)
  • node_modules を gitignore (bcfb637)
  • process.env.PWD -> process.cwd() (1368464)
  • redundant-nameのdisabled周りのバグを修正 (93ff112)
  • リリースに向けて package.json 上の不要な記述を削除 (29e4e44)