Skip to content

Commit 3b7bbc8

Browse files
authored
Merge pull request #50 from MatrixAI/feature-integrate-js-lint
Integrate js-lint and removing old linting elements
2 parents a9a7956 + 684cab0 commit 3b7bbc8

File tree

9 files changed

+3138
-1120
lines changed

9 files changed

+3138
-1120
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)