Created
June 13, 2019 23:30
-
-
Save karkranikhil/49f86ece2edbbdb73b9956cdd825d40f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # required metdata | |
| sonar.projectKey=sonar-lint-demo | |
| sonar.projectVersion=1.0 | |
| sonar.sourceEncoding=UTF-8 | |
| # sonar.language=js | |
| # sonar.eslint.eslintconfigpath=app/eslintrc.json | |
| # path to source directories | |
| sonar.sources=app | |
| # excludes | |
| # sonar.exclusions=app/node_modules/** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment