Skip to content

Commit

Permalink
#290 ESLint: jsx-a11y/label-has-for is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Mar 26, 2019
1 parent c1416f6 commit b77f2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
'import/no-extraneous-dependencies': ['error', {
devDependencies: true,
}],
'jsx-a11y/label-has-for': 1,
'jsx-a11y/label-has-for': 0,

'no-await-in-loop': 0,
'no-restricted-syntax': [2,
Expand Down

0 comments on commit b77f2c9

Please sign in to comment.