Skip to content

Commit 4614fb9

Browse files
committed
added no-console eslint rule
1 parent 13de7af commit 4614fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ rules:
7878
max-lines-per-function:
7979
- error
8080
- max: 20
81+
no-console: error
8182
no-duplicate-imports: error
8283
no-multi-spaces: error
8384
no-shadow: error

0 commit comments

Comments
 (0)