Skip to content

Commit

Permalink
Merge branch 'fix/Forgottent-console-log-in-dev-mode' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/joeyyy09/react-ui into fix/Forgottent-console-log-in-dev-mode
  • Loading branch information
joeyyy09 committed Apr 11, 2024
2 parents c930343 + 632959e commit ec07526
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends" : [
"extends": [
"@visionappscz/eslint-config-visionapps"
],
"env": {
Expand All @@ -17,6 +17,7 @@
],
"parser": "@babel/eslint-parser",
"rules": {
"import/prefer-default-export": "off"
"import/prefer-default-export": "off",
"no-console": "error"
}
}

0 comments on commit ec07526

Please sign in to comment.