fix: fix eslint invocation scripts
[e-mobility-charging-stations-simulator.git] / ui / web / sonar-project.properties
CommitLineData
2de63014 1sonar.projectKey=e-mobility-charging-stations-simulator-webui
c7382e08
JB
2sonar.organization=sap-1
3
4# This is the name and version displayed in the SonarCloud UI.
2de63014 5sonar.projectName=e-mobility-charging-stations-simulator-webui
c7382e08
JB
6sonar.projectVersion=0.1.1
7
8# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
9sonar.sources=src
10sonar.tests=tests
11
2de63014 12sonar.javascript.lcov.reportPaths=coverage/lcov.info
c7382e08 13
f3e62a22
JB
14sonar.typescript.tsconfigPath=tsconfig-sonar.json
15
c7382e08
JB
16# Encoding of the source code. Default is default system encoding
17#sonar.sourceEncoding=UTF-8