Skip to content

Commit 3da8723

Browse files
committed
chore: several tooling improvements and fixes
- remove several unused dependencies - lint all js and ts files - prettify all js, ts and json files - install husky hooks on yarn install - use lint-staged Signed-off-by: Tomás Migone <[email protected]>
1 parent bc90412 commit 3da8723

28 files changed

+59
-263
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn lint
4+
npx --no-install lint-staged

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
1+
build
2+
reports
3+
cache
4+
coverage.json

cli/mockData/account-metadata/compound.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Compound developer",
66
"website": "https://compound.finance",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/decentraland.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Decentraland developer",
66
"website": "https://decentraland.io",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/ens.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "ENS developer",
66
"website": "https://ens.domains/",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/livepeer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Adam",
66
"website": "https://adam.com/",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/maker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Maker deve",
66
"website": "https://maker.io/",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/melon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Melon developer",
66
"website": "https://melon.finance/",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/moloch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Moloch dev",
66
"website": "https://moloch.io/",
77
"isOrganization": true
8-
}
8+
}

cli/mockData/account-metadata/origin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"name": "Origin dev",
66
"website": "https://origin-dev.io",
77
"isOrganization": true
8-
}
8+
}

0 commit comments

Comments
 (0)