Skip to content

Commit d31c984

Browse files
committed
Reduce prefer-const errors down to warnings
Release version 2.0.5.
1 parent 130ae5c commit d31c984

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ module.exports = {
123123
'no-undefined': 'warn',
124124
'no-case-declarations': 'off',
125125
'object-curly-spacing': 'off',
126+
'prefer-const': 'warn',
126127
'quote-props': 'off',
127128
'semi': ['error', 'always'],
128129

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)