Browse Source

chore(eslint): Add no-func-assign rule

dev1
hristoterezov 8 years ago
parent
commit
8d1eb4fb74
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .eslintrc.js

+ 1
- 0
.eslintrc.js View File

@@ -52,6 +52,7 @@ module.exports = {
52 52
             { 'nestedBinaryExpressions': false }
53 53
         ],
54 54
         'no-extra-semi': 2,
55
+        'no-func-assign': 2,
55 56
 
56 57
         'prefer-spread': 2,
57 58
         'require-yield': 2,

Loading…
Cancel
Save