Skip to content

Commit 1784ba2

Browse files
authored
Merge pull request #141 from hypercerts-org/fix/code_cleanup
chore(cleanup): add comments, simply arg types
2 parents aec31eb + 3aef7c2 commit 1784ba2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1700
-1217
lines changed

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Ignore artifacts:
22
build
3-
coverage
3+
coverage
4+
dist
5+
**/__generated__/

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@
118118
"vitest": "^1.1.3"
119119
},
120120
"lint-staged": {
121-
"*.{js, jsx,ts,tsx}": [
122-
"eslint --quiet --fix"
121+
"*.{mjx,cjs,js,jsx,ts,tsx}": [
122+
"eslint --quiet --fix",
123+
"prettier --write --ignore-unknown"
123124
],
124-
"*.{json,js,ts,jsx,tsx,html}": [
125+
"*.{json,html}": [
125126
"prettier --write --ignore-unknown"
126127
]
127128
},

0 commit comments

Comments
 (0)