Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
th0r committed Nov 5, 2020
1 parent d32cbdb commit d8f2dd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"rules": {
"react/jsx-key": "off",
"react/jsx-no-bind": "off"
"react/jsx-no-bind": "off",
"react/react-in-jsx-scope": "off"
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"del": "6.0.0",
"eslint": "5.16.0",
"eslint-config-th0r": "2.0.0",
"eslint-config-th0r-react": "2.0.0",
"eslint-config-th0r-react": "2.0.1",
"eslint-plugin-react": "7.21.5",
"exports-loader": "1.1.1",
"gulp": "4.0.2",
Expand Down

0 comments on commit d8f2dd7

Please sign in to comment.