Skip to content

Commit

Permalink
chore(linter): add no console eslint rules (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilielr authored Jul 9, 2024
1 parent 9dac2c5 commit b72eb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next-tavla/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"ignorePatterns": ["src/types/graphql/*"],
"rules": {
"no-unused-vars": "off",
"no-console": "warn",
"react/jsx-curly-brace-presence": [
"warn",
{ "props": "never", "children": "never" }
Expand Down

0 comments on commit b72eb73

Please sign in to comment.