Skip to content

Commit 29abeaa

Browse files
committed
refactor: use .cjs extension on configs
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
1 parent 3e51c52 commit 29abeaa

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.eslintrc.js .eslintrc.cjs

File renamed without changes.

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
[ -n "$CI" ] && exit 0
55

6-
npx --no-install commitlint --edit "$1"
6+
npx --no-install commitlint --config commitlint.config.cjs --edit "$1"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)