Skip to content

Commit

Permalink
Disallow console.error as well
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyyy09 authored Apr 10, 2024
1 parent 62d06cb commit 95bb479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"parser": "@babel/eslint-parser",
"rules": {
"import/prefer-default-export": "off",
"no-console": ["error", { "allow": ["error"] }]
"no-console": "error"
}
}

0 comments on commit 95bb479

Please sign in to comment.