Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 25, 2023
1 parent b1ace97 commit 50e3a72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js-libp2p-example-chat/test/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'path'
import { fileURLToPath } from 'url'
import { matchOutput } from 'test-ipfs-example/node'
import pDefer from 'p-defer'
import { matchOutput } from 'test-ipfs-example/node'

const __dirname = path.dirname(fileURLToPath(import.meta.url))

Expand Down
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
"url": "https://github.com/libp2p/js-libp2p-examples/issues"
},
"homepage": "https://github.com/libp2p/js-libp2p-examples#readme",
"eslintConfig": {
"extends": "ipfs",
"parserOptions": {
"project": true,
"sourceType": "module"
}
},
"devDependencies": {
"aegir": "^41.0.4"
},
Expand Down

0 comments on commit 50e3a72

Please sign in to comment.