Browse Source

chore(eslint): Add no-prototype-builtins rule

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

+ 1
- 0
.eslintrc.js View File

@@ -58,6 +58,7 @@ module.exports = {
58 58
         'no-irregular-whitespace': 2,
59 59
         'no-negated-in-lhs': 2,
60 60
         'no-obj-calls': 2,
61
+        'no-prototype-builtins': 0,
61 62
 
62 63
         'prefer-spread': 2,
63 64
         'require-yield': 2,

Loading…
Cancel
Save