Skip to content

Commit 336ef2b

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent d47209b commit 336ef2b

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# js-timer
22

3-
This library provides a reified `Timer` replacing the imperative `setTimeout` in JS. This is useful for keeping track of elapsed time and calculating how time is left. Think of this as a "Stopwatch".
3+
This library provides a reified `Timer` replacing the imperative `setTimeout` in
4+
JS. This is useful for keeping track of elapsed time and calculating how time is
5+
left. Think of this as a "Stopwatch".
46

57
This does not use `Date.now()`, it uses `Performance` API.
68

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@matrixai/errors": "^2.0.1"
4646
},
4747
"devDependencies": {
48-
"@matrixai/lint": "^0.2.6",
48+
"@matrixai/lint": "^0.2.11",
4949
"@swc/core": "^1.3.76",
5050
"@swc/jest": "^0.2.29",
5151
"@types/jest": "^29.5.2",

0 commit comments

Comments
 (0)