Skip to content

Commit e49358f

Browse files
committed
add no-console eslint rule
1 parent 8194e9d commit e49358f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"plugin:prettier/recommended"
1515
],
1616
"rules": {
17+
"no-console": ["error", { "allow": ["error"] }],
1718
"no-var": "error",
1819
"object-shorthand": "error",
1920
"prefer-const": "error",

0 commit comments

Comments
 (0)