Skip to content

Commit

Permalink
Merge pull request #1 from CosmWasm/custom-scaffolding
Browse files Browse the repository at this point in the history
Add CW branding and goodies
  • Loading branch information
abefernan authored Apr 22, 2024
2 parents 6382a08 + 3e3f5fa commit 8eb85df
Show file tree
Hide file tree
Showing 42 changed files with 993 additions and 104 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx git-format-staged -f 'prettier --ignore-unknown --stdin-filepath "{}"' './*'
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"proseWrap": "always"
}
8 changes: 8 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}
Loading

0 comments on commit 8eb85df

Please sign in to comment.