Skip to content

Commit

Permalink
feat: allow explicit info logs
Browse files Browse the repository at this point in the history
  • Loading branch information
r0skar committed Oct 6, 2023
1 parent 8d77dc6 commit a45d96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
"no-undef": "error",
"no-var": "error",
"prefer-const": "error",
"no-console": ["warn", { allow: ["warn", "error"] }],
"no-console": ["warn", { allow: ["warn", "error", "info"] }],
"import/no-default-export": "warn",
"import/order": [
"error",
Expand Down

0 comments on commit a45d96d

Please sign in to comment.