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

Commit

Permalink
correct linting options for updated eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed Nov 3, 2020
1 parent 462f5ed commit d4bc745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/.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]
}
}
3 changes: 3 additions & 0 deletions ui/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import {
faMountain
} from "@fortawesome/free-solid-svg-icons";

import { setFileId } from 'domain/data';


const deviceMap =[
{"group": null,
"items":[
Expand Down

0 comments on commit d4bc745

Please sign in to comment.