Skip to content

Commit 15a6fb3

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent 3b7bbc8 commit 15a6fb3

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

.prettierrc

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

README.md

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

33
WebSocket library for TypeScript/JavaScript applications.
44

5-
This is built on top of the [ws](https://github.com/websockets/ws) library, providing a multiplexed WebStreams API on top of WebSocket.
5+
This is built on top of the [ws](https://github.com/websockets/ws) library,
6+
providing a multiplexed WebStreams API on top of WebSocket.
67

78
## Installation
89

@@ -17,9 +18,11 @@ To use `WebSocketClient` in a browser environment, you will need to polyfill:
1718
- [`buffer`](https://nodejs.org/api/buffer.html)
1819
- [`perf_hooks`](https://nodejs.org/api/perf_hooks.html)
1920

20-
A good choice for a `buffer` polyfill is [`feross/buffer`](https://github.com/feross/buffer)
21+
A good choice for a `buffer` polyfill is
22+
[`feross/buffer`](https://github.com/feross/buffer)
2123

22-
To polyfill `perf_hooks`, you can alias the `perf_hooks` using your bundler of choice with a file containing the following code:
24+
To polyfill `perf_hooks`, you can alias the `perf_hooks` using your bundler of
25+
choice with a file containing the following code:
2326

2427
```ts
2528
const { performance } = globalThis;
@@ -66,4 +69,5 @@ git push --tags
6669

6770
## License
6871

69-
js-ws is licensed under Apache-2.0, you may read the terms of the license [here](LICENSE).
72+
js-ws is licensed under Apache-2.0, you may read the terms of the license
73+
[here](LICENSE).

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
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@fast-check/jest": "^2.1.0",
63-
"@matrixai/lint": "^0.2.6",
63+
"@matrixai/lint": "^0.2.11",
6464
"@peculiar/asn1-pkcs8": "^2.3.0",
6565
"@peculiar/asn1-schema": "^2.3.0",
6666
"@peculiar/asn1-x509": "^2.3.0",

0 commit comments

Comments
 (0)