Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 13, 2023
1 parent 1cce1a2 commit f8208de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/pre-commit-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pushd client || exit 1
files=("$@")
files=("${files[@]/#/../}") # add ../ to each element

yarn run eslint "${files[@]}"
yarn run eslint -c ./.eslintrc.js "${files[@]}"

0 comments on commit f8208de

Please sign in to comment.