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 88d2f0c commit b10f7b7Copy full SHA for b10f7b7
pre-commit/2-js-style.sh
@@ -21,7 +21,7 @@ function test_file {
21
# Note there's an alternative that works with older versions of eslint at
22
# https://coderwall.com/p/zq8jlq/eslint-pre-commit-hook
23
# See also http://eslint.org/docs/integrations/
24
- eslint --plugin drupal "$file"
+ eslint "$file"
25
set -e
26
else
27
echo "Can't run JS style linter because the eslint executable isn't in the PATH."
0 commit comments