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.
5256
Commits
2
Branches
0
Tags
148 MiB
Tree:
e0aed3fbfb
lukechilds-patch-1
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e0aed3fbfb'
${ noResults }
react.dev
/
beta
/
.husky
/
pre-commit
7 lines
99 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
Added hook to validate if headings are present or not (#4143) * Added hook to validate if headings are present or not * Remove un wanted default param * Add validate Ids to ci check too * Revamp heading id generation and validation workflow * Update validateHeadingIDs.js
3 years ago
yarn lint-heading-ids
Fix prettier CI and add it to pre commit (#4100) * Add prettier before commit and during CI * Add workflow * Reverse merge main to branch * dry run prettier * dry run prettier * [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine * Revert "[warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine" This reverts commit 43dbe9ed3fba10b03a90d989cf90b4af4efd2212. * Revert "dry run prettier" This reverts commit b62948042cd8f8addf8ee23110de4096a8630926. * Revert "dry run prettier" This reverts commit 382f9a4691dee04673e461b3eda0d52c1aefda3b. * Revert "Reverse merge main to branch" This reverts commit 43667eaf29b9ab4266397251c8d781f611dcdcf8. * [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
3 years ago
yarn prettier
Comment the script (#4139)
3 years ago
yarn lint:fix