Skip to content

Commit

Permalink
fix: eslint hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-mayer committed Jan 3, 2025
1 parent 6631880 commit f71ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ repos:
files: \.(md|mdx)$
- id: eslint
name: Run ESLint
entry: npx eslint --fix --config=website/eslint.config.mjs "website/**/*.{js,jsx,ts,tsx,cts,cjs}"
entry: npx --prefix website eslint --fix --config=website/eslint.config.mjs "website/**/*.{js,jsx,ts,tsx,cts,cjs}"
language: node
files: website/.*\.(js|jsx|ts|tsx|cts|cjs)$

0 comments on commit f71ee5b

Please # to comment.