Skip to content

Commit

Permalink
Issue #181 Disabled no-sparse-arrays eslint rule for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Zverev committed May 29, 2019
1 parent 5b9835a commit ca00fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/.eslintrc
Expand Up @@ -11,6 +11,7 @@
"no-buffer-constructor": 0,
"no-extend-native": 0,
"no-magic-numbers": 0,
"no-sparse-arrays": 0,
"object-curly-newline": 0,
"sort-keys": 0
}
Expand Down

0 comments on commit ca00fe2

Please sign in to comment.