Skip to content

Commit

Permalink
Make tslint output prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Gates-Idem committed Feb 9, 2018
1 parent 1cc530d commit f4b2f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"compile-src-esnext": "tsc -p tsconfig-src-esnext.json",
"compile-src": "rm -rf ./work/dist && yarn compile-src-cjs && yarn compile-src-es6 && yarn compile-src-esnext && chmod +x ./work/dist/src/cli.js",
"compile-test": "rm -rf ./work/dist-test && tsc -p tsconfig-test.json && cp -r test/unit/data ./work/dist-test/test/unit/",
"lint": "tslint --project tsconfig.json 'src/**/*.ts' 'test/**/*.ts'",
"lint": "tslint --format codeFrame --project tsconfig.json 'src/**/*.ts' 'test/**/*.ts'",
"pretest": "yarn lint && yarn compile-test",
"test": "nyc ava 'work/dist-test/test/unit/**/*.test.js'",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit f4b2f3f

Please sign in to comment.