Skip to content

Commit

Permalink
Merge pull request #4 from QuantGeekDev/feature/sonarcloud-properties
Browse files Browse the repository at this point in the history
Add sonarcloud properties file
  • Loading branch information
QuantGeekDev authored Jan 4, 2024
2 parents 3329ffd + ea9700c commit 222c794
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"trailingComma": "all",
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
Expand Down
7 changes: 7 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

sonar.projectName=ProperyGram-telegram-bot
sonar.projectVersion=0.1

sonar.sources=./src
sonar.sourceEncoding=UTF-8

0 comments on commit 222c794

Please sign in to comment.