Skip to content

Commit 416d8f7

Browse files
authored
feat(all)!: prepare for holo hosting (#33)
* feat(all): prepare for holo hosting * upgrade holonix to 145 * update profiles ui * upgrade profiles & other packages * convert B64 hashes to byte hashes in zome and test * handle agent pub keys on the UI * differentiate links
1 parent 7efe883 commit 416d8f7

33 files changed

+5182
-1823
lines changed

.eslintrc.cjs

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ module.exports = {
1212
"plugin:vue/vue3-recommended",
1313
"plugin:prettier/recommended",
1414
],
15+
rules: {
16+
"vue/attribute-hyphenation": [
17+
"warn",
18+
"always",
19+
{ ignore: ["agentPubKey"] },
20+
],
21+
},
1522
env: {
1623
"vue/setup-compiler-macros": true,
1724
},

0 commit comments

Comments
 (0)