Skip to content

Commit

Permalink
Fix eslint path
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Nov 21, 2015
1 parent d1f8ab6 commit c38798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e
NPM_BIN="$(npm bin)";
cd "$(dirname "$0")/.."

"$NPM_BIN/eslint" ./app/src ./test
"$NPM_BIN/eslint" ./src ./test

0 comments on commit c38798c

Please sign in to comment.