Add prefer-const eslint rule

This commit is contained in:
Jason Miller
2018-04-03 08:53:05 -04:00
parent 8e6a48b94d
commit 82d33ea91c

View File

@@ -16,7 +16,8 @@
2
],
"object-shorthand": 0,
"prefer-arrow-callback": 0
"prefer-arrow-callback": 0,
"prefer-const": 1
}
},
"eslintIgnore": [