Skip to content

Commit

Permalink
fix conflict between prettier and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhalasz committed Mar 6, 2024
1 parent be8c3b8 commit d651206
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"browser": false
},
"parserOptions": {
"ecmaVersion": 2021,
"ecmaVersion": 2023,
"sourceType": "script"
},
"globals": {
Expand Down
1 change: 1 addition & 0 deletions lesson-plans/group-project-intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ To prepare for the group project you can:
debugger?
- How is the user's data processed? Is it stored between interactions?
- _Small Groups_: Continue studying the example programs.

- Try making small changes and seeing what happens!

- _All Together_: Read through the
Expand Down
8 changes: 4 additions & 4 deletions lesson-plans/sabotage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

A fun lesson. You'll form groups of 3 and study different coding challenges:

- __10__ mins: In your groups, pick a coding challenge you want to study.
- **10** mins: In your groups, pick a coding challenge you want to study.
- Write tests for it
- Pass the tests (in more than one way if you have time)
- __10__ mins: Trade functions + tests with another group
- **10** mins: Trade functions + tests with another group
- study their tests and solution(s)
- add 2 mistakes to their function
- add 2 mistakes to their tests
- __10__ mins: Trade with a _different_ group so you need to fix a function you
- **10** mins: Trade with a _different_ group so you need to fix a function you
didn't write.
- find the mistakes
- fix the mistakes
- prepare a short retro to present with the class
- __10__ mins: Each group presents the code they fixed:
- **10** mins: Each group presents the code they fixed:
- what went well
- what went less well
- lessons learned
1 change: 1 addition & 0 deletions lesson-plans/util-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ understand and test.
- _Small Groups_: Work on the exercises from `./1-primitives`
- Try making small changes and seeing what happens!
- _All Together_: Recap! Each group quickly presents

- what was hard
- what went well
- lessons learned
Expand Down

0 comments on commit d651206

Please sign in to comment.