Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
feature(standard-prettier): setup prettier (#29)
Browse files Browse the repository at this point in the history
* feature(standard-prettier): setup prettier

* feature(standard-prettier): setup prettier
  • Loading branch information
thedoublejay authored Dec 13, 2022
1 parent c178170 commit 8572c5e
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 140 deletions.
24 changes: 12 additions & 12 deletions packages/standard-defichain-jellyfishsdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "0.0.0",
"files": [],
"dependencies": {
"@defichain/jellyfish-address": "^3.8.0",
"@defichain/jellyfish-api-core": "^3.8.0",
"@defichain/jellyfish-network": "^3.8.0",
"@defichain/jellyfish-transaction": "^3.8.0",
"@defichain/jellyfish-transaction-builder": "^3.8.0",
"@defichain/jellyfish-wallet": "^3.8.0",
"@defichain/jellyfish-wallet-encrypted": "^3.8.0",
"@defichain/jellyfish-wallet-mnemonic": "^3.8.0",
"@defichain/playground-api-client": "^3.8.0",
"@defichain/whale-api-client": "^3.8.0",
"@defichain/whale-api-wallet": "^3.8.0",
"defichain": "^3.8.0"
"@defichain/jellyfish-address": "^3.9.0",
"@defichain/jellyfish-api-core": "^3.9.0",
"@defichain/jellyfish-network": "^3.9.0",
"@defichain/jellyfish-transaction": "^3.9.0",
"@defichain/jellyfish-transaction-builder": "^3.9.0",
"@defichain/jellyfish-wallet": "^3.9.0",
"@defichain/jellyfish-wallet-encrypted": "^3.9.0",
"@defichain/jellyfish-wallet-mnemonic": "^3.9.0",
"@defichain/playground-api-client": "^3.9.0",
"@defichain/whale-api-client": "^3.9.0",
"@defichain/whale-api-wallet": "^3.9.0",
"defichain": "^3.9.0"
}
}
4 changes: 0 additions & 4 deletions packages/standard-prettier/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
module.exports = {
extends: ["airbnb", "airbnb-typescript", "prettier"],
parserOptions: {
project: "./tsconfig.json",
},
plugins: ["prettier"],
};
Loading

0 comments on commit 8572c5e

Please sign in to comment.