We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a19881 commit 5a67a13Copy full SHA for 5a67a13
lefthook.yml
@@ -3,6 +3,6 @@ pre-commit:
3
commands:
4
eslint:
5
glob: "*.{js,ts,jsx,tsx,md,mdx}"
6
- run: npm run lint # not doing fix to prevent implicit behaviour potentially breaking something
+ run: npm run lint # ESLint / Prettier が勝手にコードを壊すのを防ぐため、 lint:fix はしていない。
7
exclude: "contents"
8
# stage_fixed: true # ↑を lint:fix に変更する場合、これを uncomment すること
0 commit comments