Skip to content

Commit

Permalink
VIC-262: Deploy admin console
Browse files Browse the repository at this point in the history
allow console logs in code
  • Loading branch information
adnanalicic committed Feb 6, 2022
1 parent 162c6e7 commit 88aa853
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 @@ -31,6 +31,7 @@
"valid-jsdoc": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"no-console": "off",
"react/function-component-definition": [
2,
{
Expand All @@ -49,5 +50,5 @@
},
},
},
};
}

0 comments on commit 88aa853

Please sign in to comment.