Commits


Brian Hulette authored and Wes McKinney committed 092afb6dc56
ARROW-990: [JS] Add tslint support for linting TypeScript Added tslint config and `npm run tslint` script. Modified current code to pass lint tests. Currently the config disables the bitwise operation and max classes per file checks. I also ignored the long line test for all of the nullable primitive vectors, since that should be replaced anyway in the near future. Author: Brian Hulette <brian.hulette@ccri.com> Closes #718 from TheNeuralBit/tslint and squashes the following commits: 727d80f2 [Brian Hulette] added npm lint script 68b7c8fc [Brian Hulette] misc tslint fixes 6f1583e5 [Brian Hulette] sort object literals 67d82cac [Brian Hulette] variable names, object shorthand 0a1b872f [Brian Hulette] fix public, private, protected ordering issues 08d60e67 [Brian Hulette] quotes, equality checks c5d85f77 [Brian Hulette] whitespace, semicolons, Errors 2b4ff287 [Brian Hulette] added public, private, protected to all members 81c9868a [Brian Hulette] Replace vars with let/const, one def per line d591b3c7 [Brian Hulette] add tslint config