Skip to content

Commit 027a8c0

Browse files
committed
Format all the things
1 parent ab2c416 commit 027a8c0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.prettierignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/.github/labels.yml
2-
/.github/workflows/sync-labels.yml
3-
/.github/workflows/no-important-files-changed.yml
2+
3+
# Generated
44
exercises/**/README.md
5+
pnpm-lock.yaml
6+
57
!/README.md
68

79
# Originates from https://github.com/exercism/org-wide-files
@@ -19,4 +21,4 @@ config.json
1921

2022
# Originates from https://github.com/exercism/problem-specifications
2123
exercises/practice/**/.docs/instructions.md
22-
exercises/practice/**/.docs/introduction.md
24+
exercises/practice/**/.docs/introduction.md

exercises/concept/appointment-time/.docs/hints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
- You need to create a new date. The introduction elaborates on the different ways.
66
- `Date.now()` gives you current time in milliseconds
7-
- `Date` has several getter methods, listed in the introduction, to get date components. Can you use one of those methods?
8-
- Likewise, `Date` has matching setter methods to set those components, rolling over into "higher" components if needed.
7+
- `Date` has several getter methods, listed in the introduction, to get date components. Can you use one of those methods?
8+
- Likewise, `Date` has matching setter methods to set those components, rolling over into "higher" components if needed.
99

1010
## 2. Convert a date into a timestamp
1111

0 commit comments

Comments
 (0)