Releases: kufu/eslint-plugin-smarthr
Releases · kufu/eslint-plugin-smarthr
v0.2.17
Features
- a11y-radio-has-name-attributeをinput, select, textareaに対してname属性を必須にするルール a11y-input-has-name-attribute に変更する (#50) (f278bf8)
- ラジオボタンにnameを強制するルールを追加 (97792cf)
Bug Fixes
- no-import-other-domain、require-barrel-import でignoresオプションを指定するとエラーが発生する問題を修正する (#49) (8526236)
- prohibit-path-within-template-literalのpathオブジェクト名の解析の際、エラーになるパターンがあったため修正する (#48) (715e485)
v0.2.16
0.2.16 (2022-12-21)
Features
Bug Fixes
- no-import-other-domain、require-barrel-import でignoresオプションを指定するとエラーが発生する問題を修正する (#49) (8526236)
- prohibit-path-within-template-literalのpathオブジェクト名の解析の際、エラーになるパターンがあったため修正する (#48) (715e485)
v0.2.15
0.2.15 (2022-12-15)
Features
- add prohibit-path-within-template-literal rule. (#46) (1ea51a9)
- ignores option for no-import-other-domain and require-barrel-import (#45) (559fdcf)
Bug Fixes
- redundant-nameのarrowedNameなどで利用するファイルパスが削られすぎていたため、指定が行いにくい問題を修正する (#43) (6de9618)
v0.2.13
BugFix
- redundant-nameのarrowedNameなどで利用するファイルパスが削られすぎていたため、指定が行いにくい問題を修正する
v0.2.12
ファイルが複数の.を保つ場合(例 xxx.test.tsx)正常に動作しないバグを修正する (#42) (23eb5b5)
v0.2.11
redundant-nameの省略文字列がファイルパスによって正常に生成できないバグを修正 (49eb1d9)
v0.2.10
0.2.10 (2022-11-22)
Features
- a11y-prohibit-input-placeholder を最新のComboBoxに対応させる (#39) (682281c)
- placeholder禁止対象にdate pickerが含まれていなかったため対応 (#39) (abf89f0)
Bug Fixes
- a11y-image-has-alt-attribute が svg > image を誤検知してしまうバグを修正する (#40) (1f21879)
v0.2.9
0.2.9 (2022-10-19)
Features
- a11y-prohibit-input-placeholder を SearchInputに対応させる (#38) (60de76b)
- add require-declaration rule (#34) (5dc6d44)
- placeholder非推奨の対象に FieldSet, ComboBox も含める (#35) (0e8d1d0)
Bug Fixes
- a11y-clickable-element-has-textのバグを修正する (#36) (4efc23d)
v0.2.8
0.2.8 (2022-10-05)
Bug Fixes
- チェックするファイルのdirを取得するロジックから正規表現を取り除く (#33) (c89548e)