We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0573c84 commit b2d8d81Copy full SHA for b2d8d81
tools/git/hooks/pre-commit
@@ -29,7 +29,7 @@ root=$(git rev-parse --show-toplevel)
29
lint_filenames="${root}/lib/node_modules/@stdlib/_tools/lint/filenames/bin/cli"
30
31
# Define the path to a utility for linting package.json files:
32
-lint_package_json="${root}/tools/lint/pkg-json/bin/cli"
+lint_package_json="${root}/lib/node_modules/@stdlib/_tools/lint/pkg-json/bin/cli"
33
34
# Define the path to ESLint configuration file for linting examples:
35
eslint_examples_conf="${root}/etc/eslint/.eslintrc.examples.js"
0 commit comments