Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Update README.md (#143)
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
mahmoud-samy authored and Pablissimo committed May 17, 2017
1 parent 265001f commit 55d5a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sonar.ts.coverage.lcovReportPath=test-results/coverage/coverage.lcov
</table>

## TsLint installation and configuration
By default, SonarTsPlugin will look for a version of TsLint installed locally within your project (i.e. in node_modules\tslint\bin), relative to the sonar-project.properties file. This may not be what you want, so you can set this directly via the ```sonar.ts.tslintpath``` configuration setting:
By default, SonarTsPlugin will look for a version of TsLint installed locally within your project (i.e. in node_modules\tslint\bin), relative to the sonar-project.properties file. This may not be what you want, so you can set this directly via the ```sonar.ts.tslint.path``` configuration setting:
* At project level
* Globally, for all projects

Expand Down

0 comments on commit 55d5a6c

Please sign in to comment.