question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`jsx-a11y/href-no-hash` removal

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:26

github_iconTop GitHub Comments

11reactions
ljharbcommented, Aug 3, 2017

@TrejGun that’s because we aren’t compatible with v6 of eslint-plugin-jsx-a11y - if you run npm ls you’ll see that your dependencies are invalid, which means that you can’t expect anything to work. Downgrade that plugin to v5, and everything will work (or just use the install command in the eslint-config-airbnb readme in the first place, which every single person commenting in this thread after it was closed also failed to do)

3reactions
ljharbcommented, Jul 24, 2017

There’s an existing issue; it might have been mistakenly closed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix to : Links must not point to “#”. Use a more descriptive href ...
Getting warning: Links must not point to "#". Use a more descriptive href or use a button instead jsx-a11y/href-no-hash While its only a ......
Read more >
Disabling specific eslint rules - DEV Community ‍ ‍
The create react app eslint presets come with a few rules that are slightly annoying. One of them is jsx-a11y/href-no-hash, which makes sure ......
Read more >
Disable warning message for eslint rule not being found
I'm working on getting eslint working in my app for the first time. I have it mostly working, but since I've started disabling...
Read more >
eslint-plugin-jsx-a11y - npm
This plugin does a static evaluation of the JSX to spot accessibility issues in React apps. Because it only catches errors in static...
Read more >
eslint-plugin-jsx-a11y | Yarn - Package Manager
1 / 2022-07-21. 38405ad [Fix] no-interactive-tabindex : allow role assignments using a ternary with literals on both sides; 7524e0c [Fix] ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found