Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Nov 14, 2024
1 parent 890041b commit 78343ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import baseConfig from "@mgcrea/eslint-config-node";
*/
export default [
...baseConfig,
{
rules: {
"no-console": "warn",
},
},
{
languageOptions: {
parserOptions: {
Expand Down

0 comments on commit 78343ec

Please sign in to comment.