Skip to content

Commit b2d8d81

Browse files
committed
Update package path
1 parent 0573c84 commit b2d8d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/git/hooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ root=$(git rev-parse --show-toplevel)
2929
lint_filenames="${root}/lib/node_modules/@stdlib/_tools/lint/filenames/bin/cli"
3030

3131
# Define the path to a utility for linting package.json files:
32-
lint_package_json="${root}/tools/lint/pkg-json/bin/cli"
32+
lint_package_json="${root}/lib/node_modules/@stdlib/_tools/lint/pkg-json/bin/cli"
3333

3434
# Define the path to ESLint configuration file for linting examples:
3535
eslint_examples_conf="${root}/etc/eslint/.eslintrc.examples.js"

0 commit comments

Comments
 (0)