From e9b6bbf7f0124e050c4131c6f03c507cc333c2a0 Mon Sep 17 00:00:00 2001 From: Matija Folnovic Date: Mon, 21 Oct 2019 15:43:37 +0200 Subject: [PATCH] Added documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e794a6a91..86a1112b5 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ Options --fix Fixes fixable errors and warnings --ignore-pattern Ignore a pattern --write-file Write the config file locally + --report-file Write JSON report to file locally -h, --help Displays this message Examples @@ -449,6 +450,7 @@ Examples $ tsdx lint src --fix $ tsdx lint src test --ignore-pattern test/foo.ts $ tsdx lint src --write-file + $ tsdx lint src --report-file report.json ``` ## Author