Skip to content

Commit

Permalink
Add Float32Array eslint global
Browse files Browse the repository at this point in the history
* Fixes the reported eslint errors in `src/traces/surface/convert.js`
  and `src/traces/surface/convert.js`.
  • Loading branch information
n-riesco committed Mar 31, 2016
1 parent c499b0f commit f9da850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"globals": {
"Promise": true,
"Float32Array": true,
"Uint8Array": true
},
"rules": {
Expand Down

0 comments on commit f9da850

Please sign in to comment.