Skip to content

Commit

Permalink
Add eslint rule for console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbevp committed Apr 3, 2021
1 parent b083987 commit f44c075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ module.exports = {
},
rules: {
curly: ["warn", "multi", "consistent"],
"no-console": "warn",
"no-debugger": "warn",
},
ignorePatterns: ["dist", "node_modules"],
};

0 comments on commit f44c075

Please sign in to comment.