Skip to content

Commit

Permalink
feat: no console.log error
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshsingh87 committed Dec 16, 2024
1 parent fedf30d commit 8a06cd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"no-unused-vars": "off",
"camelcase": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/camelcase": "off"
"@typescript-eslint/camelcase": "off",
"no-console": "error"
},
"env": {
"node": true
Expand Down

0 comments on commit 8a06cd0

Please sign in to comment.