Releases: kufu/eslint-plugin-smarthr
Releases · kufu/eslint-plugin-smarthr
v0.2.24
0.2.24 (2023-03-10)
Features
- next.js, react-routerのLinkコンポーネントに対応するオプションを追加 (#59) (88996e8)
v0.2.21
0.2.21 (2023-01-19)
Features
- a11y系ruleのコンポーネント名チェックが漏れているパターンが存在したため調整 (#56) (e628426)
v0.2.20
0.2.20 (2023-01-18)
Features
- a11y-input-has-name-attribute を DropZoneも対象になるように修正 (#55) (73c30ce)
v0.2.19
0.2.19 (2023-01-17)
Features
- a11y-input-has-name-attributeの対象となるコンポーネントを追加(InputFile, CheckBox, ComboBox, DatePicker) (ed14952)
v0.2.18
0.2.18 (2023-01-15)
Features
Bug Fixes
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)