Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Ignore "jsx-a11y/href-no-hash" on eslint since we're not using react …
Browse files Browse the repository at this point in the history
…and this rule is failing on every file.
  • Loading branch information
Franco Correa committed Nov 7, 2017
1 parent c09f4e4 commit e966f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mocha": true
},
"rules": {
"jsx-a11y/href-no-hash": "off"
},
"plugins": [
]
"plugins": []
}

0 comments on commit e966f28

Please sign in to comment.