ソースを参照

chore: Only uses jslint 3+

because older versions don't work with our .jslintrc file
dev1
Boris Grozev 9年前
コミット
6fcdcb9888
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      package.json

+ 1
- 1
package.json ファイルの表示

34
     "babel-loader": "*",
34
     "babel-loader": "*",
35
     "babel-polyfill": "*",
35
     "babel-polyfill": "*",
36
     "babel-preset-es2015": "*",
36
     "babel-preset-es2015": "*",
37
-    "eslint": "*",
37
+    "eslint": "~3",
38
     "jshint": "^2.8.0",
38
     "jshint": "^2.8.0",
39
     "precommit-hook": "^3.0.0",
39
     "precommit-hook": "^3.0.0",
40
     "string-replace-loader": "*",
40
     "string-replace-loader": "*",

読み込み中…
キャンセル
保存