Skip to content

Commit 7e62b58

Browse files
committed
Fix Codacy warnings
1 parent 5b468a9 commit 7e62b58

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.vscode/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"eslint.workingDirectories": [
3-
{
4-
"directory": "./frontend",
5-
"changeProcessCWD": true
6-
}
7-
],
3+
{
4+
"directory": "./frontend",
5+
"changeProcessCWD": true
6+
}
7+
]
88
}

backend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Set your .env vars:
2020
cp .env.example .env
2121
```
2222

23-
### Launch local environment:
23+
### Launch local environment
2424

2525
Step inside project directory
2626
```bash
@@ -50,7 +50,7 @@ docker exec -it thread-app php artisan jwt:secret
5050
docker exec -it thread-app php artisan storage:link
5151
```
5252

53-
Application server should be ready on http://localhost:<APP_PORT>
53+
Application server should be ready on `http://localhost:<APP_PORT>`
5454

5555
Pusher websocket server install:
5656
* Create an account and application on [pusher.com](https://pusher.com/) and copy your credentials to your .env (`PUSHER_APP_ID=...`).

0 commit comments

Comments
 (0)