瀏覽代碼

move jshint to .jshint.json

Awal Garg 6 年之前
父節點
當前提交
ef1a6f0508
共有 2 個文件被更改,包括 1 次插入1 次删除
  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