Skip to content

Commit

Permalink
ci: enable console log eslint rule to help stop this happening again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Nov 13, 2021
1 parent 8926325 commit 49d3a1a
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 @@ -5,6 +5,7 @@
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"rules": {
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"no-console": "warn"
}
}

0 comments on commit 49d3a1a

Please sign in to comment.