Merge pull request #373 from nkt/patch-1

Added "prefer-const" rule
This commit is contained in:
Harrison Shoff
2015-06-25 11:41:21 -07:00

View File

@@ -37,6 +37,7 @@
* ES6
*/
"no-var": 2, // http://eslint.org/docs/rules/no-var
"prefer-const": 2, // http://eslint.org/docs/rules/prefer-const
/**
* Variables