Browse Source

move jshint to .jshint.json

Awal Garg 6 years ago
parent
commit
ef1a6f0508
2 changed files with 1 additions and 1 deletions
  1. 0 0
      .jshint.json
  2. 1 1
      Makefile

+ 0 - 0
jshint.json → .jshint.json


+ 1 - 1
Makefile

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