Skip to content

Commit 5a67a13

Browse files
committed
add doc
1 parent 9a19881 commit 5a67a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pre-commit:
33
commands:
44
eslint:
55
glob: "*.{js,ts,jsx,tsx,md,mdx}"
6-
run: npm run lint # not doing fix to prevent implicit behaviour potentially breaking something
6+
run: npm run lint # ESLint / Prettier が勝手にコードを壊すのを防ぐため、 lint:fix はしていない。
77
exclude: "contents"
88
# stage_fixed: true # ↑を lint:fix に変更する場合、これを uncomment すること

0 commit comments

Comments
 (0)