diff --git a/package.json b/package.json index cff5aef..a8c2096 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "test:watch": "npm test -- --watch", "test:coverage": "npm test -- --coverage", "test:only-changed": "npm test -- --bail --onlyChanged", - "ts:lint": "tslint --project tsconfig.json", + "ts:lint": "tslint --project tsconfig.json --format codeFrame", "ts:lint:fix": "npm run ts:lint -- --fix", "ts:format:base": "prettier --single-quote --print-width 120 --trailing-comma es5 --no-semi --parser typescript {src,__{tests,mocks}__}/**/*.{ts,tsx}", "ts:format": "npm run ts:format:base -- --list-different",