Skip to content

Commit f7554bb

Browse files
committed
Add no-console eslint rule as warning
1 parent c1939e4 commit f7554bb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"plugins": ["node"],
33
"extends": ["eslint:recommended", "plugin:node/recommended"],
44
"rules": {
5-
"node/exports-style": ["error", "module.exports"]
5+
"node/exports-style": ["error", "module.exports"],
6+
"no-console": ["warning"]
67
},
78
"env": {
89
"jest": true

0 commit comments

Comments
 (0)