Skip to content

Commit 10e7a9a

Browse files
committed
'prefer-const': 'off' is what we want in .eslintrc.js
1 parent d537b9e commit 10e7a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ module.exports = {
3434
'error',
3535
'always'
3636
],
37-
'prefer-const': 1
37+
'prefer-const': 'off'
3838
}
3939
};

0 commit comments

Comments
 (0)