Skip to content

Commit

Permalink
Adds prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rodgracas committed Jun 6, 2021
1 parent 57bc7fb commit 59a9c9a
Show file tree
Hide file tree
Showing 9 changed files with 620 additions and 592 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 100,
"useTabs": true,
"trailingComma": "all"
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ npm start
## Next steps

- [x] Run in headless mode
- [ ] Add prettier/eslint
- [x] Add Prettier
- [ ] Add Eslint
- [ ] Write tests
- [ ] Typescript support
- [ ] Create web application
Expand All @@ -66,4 +67,4 @@ When contributing to this repository, please first discuss the change you wish t
2. Clone the forked repo to your machine
3. Commit changes to your own branch
4. Push your work onto your forked repository
5. Submit a Pull request so that I can review your changes
5. Submit a Pull request so that I can review your changes
24 changes: 12 additions & 12 deletions data/users.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[
{
"name": "_filipagomes_"
},
{
"name": "iamisabelsilva"
},
{
"name": "nelson_evora"
},
{
"name": "helenaisabeloficial"
}
{
"name": "_filipagomes_"
},
{
"name": "iamisabelsilva"
},
{
"name": "nelson_evora"
},
{
"name": "helenaisabeloficial"
}
]
Loading

0 comments on commit 59a9c9a

Please sign in to comment.