Skip to content

Commit

Permalink
Merge branch 'stage' into templegold
Browse files Browse the repository at this point in the history
  • Loading branch information
princetonbishop committed Apr 21, 2024
2 parents 3c462ad + 552a43e commit ff3bb87
Show file tree
Hide file tree
Showing 252 changed files with 19,727 additions and 2,042 deletions.
9 changes: 9 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
build
node_modules
.github
apps/dapp/src/types/typechain
apps/dapp/dist
apps/dapp/abi
.yarn
protocol/typechain
protocol/artifacts-hardhat
3 changes: 0 additions & 3 deletions .estlintignore

This file was deleted.

5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

echo 'Linting...'
npx lint-staged
8 changes: 7 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
build
node_modules
.github
.github
apps/dapp/src/types/typechain
apps/dapp/dist
apps/dapp/abi
.yarn
protocol/typechain
protocol/artifacts-hardhat
1 change: 0 additions & 1 deletion apps/dapp/.eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion apps/dapp/.husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions apps/dapp/.husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions apps/dapp/.husky/pre-commit

This file was deleted.

4 changes: 4 additions & 0 deletions apps/dapp/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"*.{js,ts,tsx}": ["eslint --fix", "prettier --write"],
"*.{html,css}": ["prettier --write"]
}
1 change: 0 additions & 1 deletion apps/dapp/.prettierignore

This file was deleted.

8 changes: 0 additions & 8 deletions apps/dapp/.prettierrc

This file was deleted.

Loading

0 comments on commit ff3bb87

Please sign in to comment.