Skip to content

Commit 5db7dd2

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent cccd7e8 commit 5db7dd2

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

.prettierrc

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

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# js-workers
22

3-
Workers is the library for multi-threading in MatrixAI's JavaScript/TypeScript applications. It is based on top of threads.js.
3+
Workers is the library for multi-threading in MatrixAI's JavaScript/TypeScript
4+
applications. It is based on top of threads.js.
45

56
Currently no support for Mobile OSes.
67

7-
Note that only `ArrayBuffer` can be zero-copy transferred to the worker threads. This means if you are wroking with Node `Buffer` you must first slice and copy the `ArrayBuffer` out of the Node `Buffer`.
8+
Note that only `ArrayBuffer` can be zero-copy transferred to the worker threads.
9+
This means if you are wroking with Node `Buffer` you must first slice and copy
10+
the `ArrayBuffer` out of the Node `Buffer`.
811

912
```ts
1013
const b = Buffer.from('hello world');
@@ -70,7 +73,9 @@ npm run lintfix
7073
npm run bench
7174
```
7275

73-
View benchmarks here: https://github.com/MatrixAI/js-workers/blob/master/benches/results/WorkerManager.chart.html with https://raw.githack.com/
76+
View benchmarks here:
77+
https://github.com/MatrixAI/js-workers/blob/master/benches/results/WorkerManager.chart.html
78+
with https://raw.githack.com/
7479

7580
### Docs Generation
7681

package-lock.json

Lines changed: 7 additions & 7 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
@@ -43,7 +43,7 @@
4343
"rxjs": "^7.8.2"
4444
},
4545
"devDependencies": {
46-
"@matrixai/lint": "^0.2.6",
46+
"@matrixai/lint": "^0.2.11",
4747
"@swc/core": "^1.3.76",
4848
"@swc/jest": "^0.2.29",
4949
"@types/jest": "^29.5.2",

0 commit comments

Comments
 (0)