Skip to content

Commit 706006a

Browse files
authored
Merge pull request #13 from communcom/develop
Develop
2 parents 7da566a + a96638b commit 706006a

File tree

16 files changed

+700
-160
lines changed

16 files changed

+700
-160
lines changed

.prettierrc

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
{
2-
"singleQuote": true,
3-
"tabWidth": 4,
4-
"semi": true,
5-
"trailingComma": "es5",
6-
"printWidth": 100,
7-
"overrides": [
8-
{
9-
"files": [
10-
"*.json",
11-
"*.yml"
12-
],
13-
"options": {
14-
"tabWidth": 2
15-
}
16-
}
17-
]
2+
"singleQuote": true,
3+
"tabWidth": 4,
4+
"semi": true,
5+
"trailingComma": "es5",
6+
"printWidth": 100,
7+
"overrides": [
8+
{
9+
"files": ["*.json", "*.yml"],
10+
"options": {
11+
"tabWidth": 2
12+
}
13+
}
14+
]
1815
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# rewards-service
1+
# rewards-service

docker-compose.example.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ services:
3232
env_file:
3333
- .env
3434

35-
3635
volumes:
3736
rewards-mongodb-vol:
3837

0 commit comments

Comments
 (0)