Skip to content

Commit efbf613

Browse files
authored
Merge pull request #131 from BinaryStudioAcademy/129-feat-update-readme-with-relevant-info
feat: update readme with relevant info thjs-129
2 parents bb4513c + a91457e commit efbf613

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

readme.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,25 @@ You should use .env.example files as a reference.
142142
143143
6. Run frontend: `npm run start:dev -w apps/frontend`
144144
145+
This project has a strong configuration with linters so to make sure that while are you using vs code as an editor you will have the ability to make is visible not only terminal just add this setting locally into repository:
146+
147+
Create a file .vscode/settings.json
148+
149+
```
150+
{
151+
"eslint.experimental.useFlatConfig": true,
152+
"eslint.workingDirectories": [
153+
"./",
154+
{ "pattern": "./packages/**/" },
155+
{ "pattern": "./apps/**/" }
156+
],
157+
"eslint.options": {
158+
"overrideConfigFile": "eslint.config.js"
159+
}
160+
}
161+
162+
```
163+
145164
## Development Flow
146165
147166
### Pull Request Flow
@@ -185,7 +204,7 @@ Examples:
185204
186205
The entire list of tasks can also be found on the [**Issues**](https://github.com/BinaryStudioAcademy/thread-js/issues) You can sort only usefull ones by `ready-for-student` label. These tasks are grouped with must-have(with current label) and optional.
187206
188-
## PAY ATTENSION!!!
207+
## PAY ATTENTION!!!
189208
190209
The task will be considered completed if it is fully completed, the feature works, and whether exists the correct design following the `Development Flow` from your side. So to pass criteria include The PullRequest with direction to the default branch, proper naming of the branch, commis, PR title, and filled description of what was done here. Let's look at its implementation and evaluate whether the logic was distributed correctly in the project. This will show how much you understand the architecture. We will also comment on the code...
191210

0 commit comments

Comments
 (0)