add .jshintrc

This commit is contained in:
AJ ONeal 2017-05-05 14:10:25 -06:00
父節點 370de9ce9b
當前提交 f9a937c5f8
共有 1 個檔案被更改,包括 16 行新增0 行删除

16
.jshintrc Normal file
查看文件

@ -0,0 +1,16 @@
{ "node": true
, "browser": true
, "jquery": true
, "strict": true
, "indent": 2
, "onevar": true
, "laxcomma": true
, "laxbreak": true
, "eqeqeq": true
, "immed": true
, "undef": true
, "unused": true
, "latedef": true
, "curly": true
, "trailing": true
}