Added prettier standard to support prettier and use it in combination with standard
authoraardizio <alessandroardizio94@gmail.com>
Thu, 14 Jan 2021 18:45:53 +0000 (19:45 +0100)
committeraardizio <alessandroardizio94@gmail.com>
Thu, 14 Jan 2021 18:45:53 +0000 (19:45 +0100)
commitcf9aa6c3340ad00792aa3c5e1a9d047cd0140fc2
tree176ba204f59762de7d528e21614a737b3cd3189a
parent2cb4627928795847a7e4f867c6fa8f0781d062c9
 Added prettier standard to support prettier and use it in combination with standard
20 files changed:
.github/workflows/main.yml
CHANGELOG.md
CONTRIBUTING.md
benchmarks/bench.js
benchmarks/externalWorker.js
benchmarks/myBench.js
examples/dynamicExample.js
examples/multiFunctionExample.js
examples/staticExample.js
examples/typescript/pool.ts
examples/typescript/worker.ts
index.d.ts
lib/dynamic.js
lib/fixed.js
lib/workers.js
package-lock.json
package.json
tests/dynamic.test.js
tests/fixed.test.js
tests/workers/emptyWorker.js