Skip to content

Commit

Permalink
move jshint to .jshint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
awalgarg authored and copy committed Jul 22, 2020
1 parent 89f35b3 commit ef1a6f0
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 Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,4 @@ node_modules/.bin/jshint:
npm install

jshint: node_modules/.bin/jshint
./node_modules/.bin/jshint --config=./jshint.json src tests gen
./node_modules/.bin/jshint --config=./.jshint.json src tests gen

0 comments on commit ef1a6f0

Please sign in to comment.