Browse Source

chore(eslint): Add no-sparse-arrays rule

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

+ 1
- 0
.eslintrc.js View File

@@ -60,6 +60,7 @@ module.exports = {
60 60
         'no-obj-calls': 2,
61 61
         'no-prototype-builtins': 0,
62 62
         'no-regex-spaces': 2,
63
+        'no-sparse-arrays': 2,
63 64
 
64 65
         'prefer-spread': 2,
65 66
         'require-yield': 2,

Loading…
Cancel
Save