Skip to content

Commit 528fa70

Browse files
feat: add support for react 18
1 parent d33c258 commit 528fa70

File tree

5 files changed

+1606
-13646
lines changed

5 files changed

+1606
-13646
lines changed

.husky/commit-msg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if ! [ $CI ]; then
2-
npx --no-install commitlint --edit $1 --extends @commitlint/config-conventional
3-
fi
1+
[ -n "$CI" ] && exit 0
2+
3+
npx --no-install commitlint --edit $1 --extends @commitlint/config-conventional

.husky/pre-commit

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if ! [ $CI ]; then
2-
npm run lint
3-
fi
1+
[ -n "$CI" ] && exit 0
2+
3+
npm run lint

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.17
1+
v14

0 commit comments

Comments
 (0)