File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ From this directory, run:
1818
1919``` bash
2020$ npm install # pull dependencies
21+ $ npm run lint -- < filename> # run tslint
2122$ npm run build # build typescript (run tsc and webpack)
2223$ npm run test # run the unit tests (node.js only)
2324```
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "build" : " ./flatbuffers.sh && tsc && tsc -m es6 --outDir lib-esm && webpack" ,
88 "clean" : " rm -rf lib lib-esm _bundles" ,
9- "test" : " ./node_modules/mocha/bin/mocha ./spec/arrow.js"
9+ "test" : " ./node_modules/mocha/bin/mocha ./spec/arrow.js" ,
10+ "lint" : " ./node_modules/tslint/bin/tslint"
1011 },
1112 "author" : " " ,
1213 "repository" : " https://github.com/apache/arrow/" ,
1516 "awesome-typescript-loader" : " ^3.1.3" ,
1617 "chai" : " ^3.5.0" ,
1718 "mocha" : " ^3.3.0" ,
19+ "tslint" : " ^5.3.2" ,
1820 "typescript" : " ^2.3.2" ,
1921 "uglifyjs-webpack-plugin" : " ^0.4.3" ,
2022 "webpack" : " ^2.3.3"
You can’t perform that action at this time.
0 commit comments