Skip to content

Commit 9bce281

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent 64ca8f4 commit 9bce281

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

.prettierrc

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

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Asynchronous lock utilities.
44

55
JavaScript exposes the ability to create interleaved execution of asynchronous
6-
operations. When this is done with shared state between asynchronous
7-
overlapping functions that perform partial state transitions, this can lead to
8-
race conditions or data corruption and clobbering, or just invalid pre-condition
9-
or post-condition behaviour.
6+
operations. When this is done with shared state between asynchronous overlapping
7+
functions that perform partial state transitions, this can lead to race
8+
conditions or data corruption and clobbering, or just invalid pre-condition or
9+
post-condition behaviour.
1010

1111
This library provides multiple synchronization constructs that allow one to
1212
precisely control concurrent operations. These constructs are intended for

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
@@ -41,7 +41,7 @@
4141
"@matrixai/timer": "^2.0.0"
4242
},
4343
"devDependencies": {
44-
"@matrixai/lint": "^0.2.6",
44+
"@matrixai/lint": "^0.2.11",
4545
"@swc/core": "^1.3.76",
4646
"@swc/jest": "^0.2.29",
4747
"@types/jest": "^29.5.2",

0 commit comments

Comments
 (0)