Skip to content

Commit

Permalink
fix: allow linting bypass argument 1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <mbuchleitner@infralovers.com>
  • Loading branch information
mabunixda committed Mar 4, 2021
1 parent 96a3b9f commit a51a240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [ "$NODE_MAJOR" = "v7" ] || [ "$NODE_MAJOR" = "v6" ]; then
exit 0
fi

./node_modules/eslint/bin/eslint.js $@ alexa/*.js
./node_modules/eslint/bin/eslint.js "$1" alexa/*.js

0 comments on commit a51a240

Please sign in to comment.