Skip to content

Commit

Permalink
feat: smarthr/a11y-radio-has-name-attribute を smarthr/a11y-input-has-…
Browse files Browse the repository at this point in the history
…name-attribute に切り替える
  • Loading branch information
AtsushiM committed Jan 12, 2023
1 parent ddceb9c commit 4d30ee6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
'smarthr/a11y-clickable-element-has-text': 'error',
'smarthr/a11y-image-has-alt-attribute': 'error',
'smarthr/a11y-prohibit-input-placeholder': 'warn',
'smarthr/a11y-radio-has-name-attribute': 'warn',
'smarthr/a11y-input-has-name-attribute': 'warn',
'smarthr/a11y-trigger-has-button': 'error',
'smarthr/best-practice-for-date': 'error',
'smarthr/format-import-path': 'off',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-smarthr": "^0.2.16"
"eslint-plugin-smarthr": "^0.2.17"
},
"jest": {
"moduleNameMapper": {
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2163,9 +2163,10 @@ eslint-plugin-react@^7.31.11:
semver "^6.3.0"
string.prototype.matchall "^4.0.8"

eslint-plugin-smarthr@^0.2.16:
version "0.2.16"
resolved "https://registry.yarnpkg.com/eslint-plugin-smarthr/-/eslint-plugin-smarthr-0.2.16.tgz#e5bf0ff31a9a1e5da325030f4ae425e5afc644ed"
eslint-plugin-smarthr@^0.2.17:
version "0.2.17"
resolved "https://registry.yarnpkg.com/eslint-plugin-smarthr/-/eslint-plugin-smarthr-0.2.17.tgz#e8cb213e6d168a648d85e9e00d3de5804f5e3240"
integrity sha512-hcovgN9KfoE9B5rwPPog+RxAUFX2gID26UPmrmfyE7Fwh5qNWvezYSuPPej4O97qkJpDZNDMBg08JY8zGck+qg==
dependencies:
inflected "^2.1.0"
json5 "^2.2.0"
Expand Down

0 comments on commit 4d30ee6

Please sign in to comment.