Skip to content

Commit

Permalink
Updates README file to add description about tslintAutoFix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ajainarayanan committed Oct 25, 2018
1 parent 9341aa0 commit 67bd084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ Path to *tsconfig.json* file. Default: `path.resolve(compiler.options.context, '
* **tslint** `string | true`:
Path to *tslint.json* file or `true`. If `true`, uses `path.resolve(compiler.options.context, './tslint.json')`. Default: `undefined`.

* **tslintAutoFix** `boolean`:
Passes on `--fix` flag while running `tslint` to auto fix linting errors.

* **watch** `string | string[]`:
Directories or files to watch by service. Not necessary but improves performance (reduces number of `fs.stat` calls).

Expand Down

0 comments on commit 67bd084

Please sign in to comment.