Skip to content

Commit

Permalink
Update eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jul 3, 2020
1 parent f74679b commit d985153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
],
"rules": {
"no-prototype-builtins": "off",
"no-console": ["error", {"allow": ["warn", "error"]}]
"no-console": ["error", {"allow": ["warn", "error"]}],
"vue/require-v-for-key": "off"
},
"globals": {
"biigle": "readonly",
Expand Down

0 comments on commit d985153

Please sign in to comment.