We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ace97 commit 50e3a72Copy full SHA for 50e3a72
examples/js-libp2p-example-chat/test/index.spec.js
@@ -1,7 +1,7 @@
1
import path from 'path'
2
import { fileURLToPath } from 'url'
3
-import { matchOutput } from 'test-ipfs-example/node'
4
import pDefer from 'p-defer'
+import { matchOutput } from 'test-ipfs-example/node'
5
6
const __dirname = path.dirname(fileURLToPath(import.meta.url))
7
package.json
@@ -22,6 +22,13 @@
22
"url": "https://github.com/libp2p/js-libp2p-examples/issues"
23
},
24
"homepage": "https://github.com/libp2p/js-libp2p-examples#readme",
25
+ "eslintConfig": {
26
+ "extends": "ipfs",
27
+ "parserOptions": {
28
+ "project": true,
29
+ "sourceType": "module"
30
+ }
31
+ },
32
"devDependencies": {
33
"aegir": "^41.0.4"
34
0 commit comments