eslint-plugin-smarthr
Advanced tools
Comparing version 0.3.24 to 0.3.25
@@ -5,2 +5,10 @@ # Changelog | ||
### [0.3.25](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.24...v0.3.25) (2024-01-23) | ||
### Features | ||
* a11y-input-in-form-controlを追加する ([#98](https://github.com/kufu/eslint-plugin-smarthr/issues/98)) ([fb7e77d](https://github.com/kufu/eslint-plugin-smarthr/commit/fb7e77d8c3ac73f57425d094a240d998ff78a51d)) | ||
* a11y-prohibit-useless-sectioning-fragmentを追加する ([#106](https://github.com/kufu/eslint-plugin-smarthr/issues/106)) ([994c040](https://github.com/kufu/eslint-plugin-smarthr/commit/994c04027892a5fe50fb71ba8b5941401f12c02c)) | ||
### [0.3.24](https://github.com/kufu/eslint-plugin-smarthr/compare/v0.3.23...v0.3.24) (2024-01-19) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "eslint-plugin-smarthr", | ||
"version": "0.3.24", | ||
"version": "0.3.25", | ||
"author": "SmartHR", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -9,6 +9,7 @@ # eslint-plugin-smarthr | ||
- [a11y-input-has-name-attribute](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/a11y-input-has-name-attribute) | ||
- [a11y-input-in-form-control](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/a11y-input-in-form-control) | ||
- [a11y-prohibit-input-placeholder](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/a11y-prohibit-input-placeholder) | ||
- [a11y-trigger-has-button](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/a11y-trigger-has-button) | ||
- [best-practice-for-date](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/best-practice-for-date) | ||
- [best-practice-for-remote-trigger-action-dialog](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/best-practice-for-remote-trigger-action-dialog) | ||
- [best-practice-for-remote-trigger-dialog](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/best-practice-for-remote-trigger-dialog) | ||
- [format-import-path](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/format-import-path) | ||
@@ -15,0 +16,0 @@ - [format-translate-component](https://github.com/kufu/eslint-plugin-smarthr/tree/main/rules/format-translate-component) |
@@ -18,3 +18,3 @@ const { generateTagFormatter } = require('../../libs/format_styled_components'); | ||
const INPUT_TAG_REGEX = /(i|I)nput$/ | ||
const RADIO_BUTTON_REGEX = /RadioButton$/ | ||
const RADIO_BUTTON_REGEX = /RadioButton(Panel)?$/ | ||
@@ -21,0 +21,0 @@ const findNameAttr = (a) => a?.name?.name === 'name' |
330097
83
5120
28