Skip to content

Commit c34f41e

Browse files
committed
feat: added @matrixai/lint and removed old linting elements, ran linting with js-lint
1 parent a9a7956 commit c34f41e

File tree

6 files changed

+3021
-1108
lines changed

6 files changed

+3021
-1108
lines changed

.eslintrc

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ npm install --save @matrixai/ws
1414

1515
To use `WebSocketClient` in a browser environment, you will need to polyfill:
1616

17-
* [`buffer`](https://nodejs.org/api/buffer.html)
18-
* [`perf_hooks`](https://nodejs.org/api/perf_hooks.html)
17+
- [`buffer`](https://nodejs.org/api/buffer.html)
18+
- [`perf_hooks`](https://nodejs.org/api/perf_hooks.html)
1919

2020
A good choice for a `buffer` polyfill is [`feross/buffer`](https://github.com/feross/buffer)
2121

0 commit comments

Comments
 (0)