Skip to content

Commit

Permalink
Merge pull request #18 from CosmWasm/tags-page
Browse files Browse the repository at this point in the history
Tags page
  • Loading branch information
abefernan authored May 7, 2024
2 parents 18f70dc + c853b09 commit cfdb4c5
Show file tree
Hide file tree
Showing 21 changed files with 2,331 additions and 70 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx git-format-staged -f 'prettier --ignore-unknown --stdin-filepath "{}"' './*'
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"proseWrap": "always"
"proseWrap": "always",
"plugins": ["prettier-plugin-tailwindcss"]
}
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": false,
"tailwind": {
"config": "tailwind.config.js",
"css": "./src/pages/global.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
Loading

0 comments on commit cfdb4c5

Please sign in to comment.