Browse Source

Removed redundant ESLint exclusions

pull/875/head
Jordan Mele 4 years ago
parent
commit
5bf30d56e1
  1. 3
      papaparse.js

3
papaparse.js

@ -42,11 +42,8 @@ @@ -42,11 +42,8 @@
var NODE_STREAM_INPUT = 1;
// Configurable chunk sizes for local and remote files, respectively
// eslint-disable-next-line prefer-const
var LocalChunkSize = 1024 * 1024 * 10; // 10 MB
// eslint-disable-next-line prefer-const
var RemoteChunkSize = 1024 * 1024 * 5; // 5 MB
// eslint-disable-next-line prefer-const
var DefaultDelimiter = ','; // Used if not specified and detection fails
// Exposed for testing and development only

Loading…
Cancel
Save