Skip to content

Commit

Permalink
Correct eslint ivokation
Browse files Browse the repository at this point in the history
  • Loading branch information
jawline committed Sep 15, 2018
1 parent 43596a5 commit 2261c37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/node_modules/**
2 changes: 1 addition & 1 deletion scripts/build/build_all
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ $? -ne "0" ]; then
exit 1
fi

$(npm bin)/eslint .eslintrc.json
$(npm bin)/eslint .eslintrc.json **/src/**

if [ $? -ne "0"]; then
echo "ESLint Failed"
Expand Down

0 comments on commit 2261c37

Please sign in to comment.