Skip to content

Commit 82cd9c0

Browse files
committedAug 22, 2023
website: update website code preview.
1 parent 53f42cf commit 82cd9c0

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

+952
-843
lines changed
 

‎.husky/pre-commit

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npx --no-install lint-staged

‎.lintstagedrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"*.{js,jsx,tsx,ts,less,md,json}": [
3+
"prettier --write"
4+
]
5+
}

0 commit comments

Comments
 (0)
Please sign in to comment.