ソースを参照

added js hint config file which I use in my IDE

mightyplow 8 年 前
コミット
83a06f35a4
1 ファイル変更5 行追加0 行削除
  1. 5 0
      .jshintrc

+ 5 - 0
.jshintrc

@@ -0,0 +1,5 @@
+{
+  "esversion": 6,
+  "asi": true,
+  "node": true
+}