Skip to content

Commit

Permalink
Moving eslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Jul 17, 2015
1 parent ba9e4ef commit 94aa5ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tasks/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
eslint=$RACKT_PATH/node_modules/.bin/eslint
karma=$RACKT_PATH/node_modules/.bin/karma

$eslint -c $RACKT_PATH/.eslintrc lib examples && \
$eslint -c $RACKT_PATH/eslint.json lib examples && \
NODE_ENV=test $karma start $RACKT_PATH/karma.conf.js "$@"

0 comments on commit 94aa5ef

Please sign in to comment.