Skip to content

Commit 75d380b

Browse files
Remove deprecated rule jsx-a11y/href-no-hash
Remove this rule we can avoid having a lot of warnings during build of CRA `Line 1: Definition for rule 'jsx-a11y/href-no-hash' was not found jsx-a11y/href-no-hash`
1 parent 10c1f57 commit 75d380b

File tree

1 file changed

+0
-1
lines changed
  • packages/eslint-config-react-app

1 file changed

+0
-1
lines changed

packages/eslint-config-react-app/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ module.exports = {
279279
'jsx-a11y/aria-role': 'warn',
280280
'jsx-a11y/aria-unsupported-elements': 'warn',
281281
'jsx-a11y/heading-has-content': 'warn',
282-
'jsx-a11y/href-no-hash': 'warn',
283282
'jsx-a11y/iframe-has-title': 'warn',
284283
'jsx-a11y/img-redundant-alt': 'warn',
285284
'jsx-a11y/no-access-key': 'warn',

0 commit comments

Comments
 (0)