move jshint to .jshint.json

This commit is contained in:
Awal Garg 2018-01-02 00:27:44 +05:30 committed by Fabian
parent 89f35b33de
commit ef1a6f0508
2 changed files with 1 additions and 1 deletions

View file

@ -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