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

Commit

Permalink
updated eslint version and corrected linting options for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Oct 30, 2020
1 parent 1a983e6 commit d6cb6e8
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "react-app",
"rules": {
"no-unused-vars": [1, {"args": "none", "ignoreVarsPattern": "_"}],
"no-unused-vars": [1, {"args": "none", "varsIgnorePattern": "_"}],
"jsx-a11y/href-no-hash": [0]
}
}
Loading

0 comments on commit d6cb6e8

Please sign in to comment.