Skip to content

Commit 67bd084

Browse files
committed
Updates README file to add description about tslintAutoFix flag
1 parent 9341aa0 commit 67bd084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ Path to *tsconfig.json* file. Default: `path.resolve(compiler.options.context, '
6363
* **tslint** `string | true`:
6464
Path to *tslint.json* file or `true`. If `true`, uses `path.resolve(compiler.options.context, './tslint.json')`. Default: `undefined`.
6565

66+
* **tslintAutoFix** `boolean`:
67+
Passes on `--fix` flag while running `tslint` to auto fix linting errors.
68+
6669
* **watch** `string | string[]`:
6770
Directories or files to watch by service. Not necessary but improves performance (reduces number of `fs.stat` calls).
6871

0 commit comments

Comments
 (0)