Add eslint-plugin-spellcheck (#139)
authorShinigami <chrissi92@hotmail.de>
Sat, 13 Feb 2021 15:49:49 +0000 (16:49 +0100)
committerGitHub <noreply@github.com>
Sat, 13 Feb 2021 15:49:49 +0000 (16:49 +0100)
commit5c5a1fb79906f18560012263239e7bd611ee8d2b
tree73f5890a302b45046d95fc99c615742387c0fb13
parent1641b313a20f6d9de889498a8f04f2e4fa6ca11f
Add eslint-plugin-spellcheck (#139)
13 files changed:
.eslintrc.js
.gitignore
.vscode/settings.json [new file with mode: 0644]
CHANGELOG.md
examples/multiFunctionExample.js
examples/multifunctionWorker.js
package-lock.json
package.json
src/pools/abstract-pool.ts
src/pools/cluster/fixed.ts
src/pools/thread/fixed.ts
tests/pools/cluster/fixed.test.js
tests/pools/thread/fixed.test.js