Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Document packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jun 10, 2019
1 parent f645505 commit b95cd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -34,6 +34,7 @@ See [editor support](#editor-support) for more detailed setup instructions.
* `alwaysShowRuleFailuresAsWarnings` - Always show rule failures as warnings, ignoring the severity configuration in the tslint.json configuration. Default is `true`.
* `suppressWhileTypeErrorsPresent` - Suppress tslint errors from being reported while other errors are present.
* `exclude` - List of files to exclude from tslint.
* `packageManager` - Package manager used, either: `npm`, `yarn`, or `pnpm`. This is currently only used for error message instructions about how to install tslint. Default is `npm`.

Here is a configuration sample:

Expand Down

0 comments on commit b95cd5a

Please sign in to comment.