Skip to content

Commit

Permalink
refactor: lint and cleanup
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Sep 6, 2022
1 parent 8acab07 commit c10d1e3
Show file tree
Hide file tree
Showing 12 changed files with 1,693 additions and 462 deletions.
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "ipfs/js",
"rules": {
"import/no-named-as-default": 0,
"import/no-named-default": 0
},
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
}
}
1 change: 0 additions & 1 deletion bin/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function handleNoApi () {
process.exit(1)
}


const carFilename = 'ipfs-geoip.car'
const ipfs = create()

Expand Down
Loading

0 comments on commit c10d1e3

Please sign in to comment.