This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5721
Commits
2
Branches
0
Tags
148 MiB
Tree:
1ae8be5bbd
lukechilds-patch-1
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1ae8be5bbd'
${ noResults }
react.dev
/
beta
/
.husky
/
pre-commit
5 lines
66 B
Raw
Normal View
History
Add git hook to generate headings ids (#4043) * Add git hook to generate headings ids * Fixes "Analyze Bundle" workflow
3 years ago
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd beta
Introduce lint staged (#4240) * Commit lint staging * Add mdx parser for prettier * fix css * Fixed lint staged for md * Fixed markdowns * Revert prettifying markdown since build fails * Removed css command and included with tsx * replace with older readme and contibuting
3 years ago
yarn lint-staged