Skip to content

Commit c138995

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
Enable prefer-const in the eslint config (#166)
1 parent cc0f006 commit c138995

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

handwritten/nodejs-logging-winston/.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ rules:
1212
eqeqeq: error
1313
no-warning-comments: warn
1414
no-var: error
15+
prefer-const: error

0 commit comments

Comments
 (0)