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 ff50048 commit 57360c5Copy full SHA for 57360c5
Makefile
@@ -29,7 +29,7 @@ test-acceptance:
29
30
lint:
31
./node_modules/.bin/jshint ./lib --config $(BASE)/.jshintrc && \
32
- ./node_modules/.bin/jshint ./test --config $(BASE)/.jshintrc
+ ./node_modules/.bin/jshint ./test --config $(BASE)/.jshintrc \
33
./node_modules/.bin/jshint ./test-buster --config $(BASE)/.jshintrc
34
35
0 commit comments