瀏覽代碼

Add lint script to package.json

YouTwitFace 5 年之前
父節點
當前提交
7a66bd1bc5
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -3,6 +3,9 @@
   "version": "0.1.0",
   "description": "NodeJS MTProto API Telegram client library,",
   "main": "index.js",
+  "scripts": {
+    "lint": "eslint ."
+  },
   "repository": {
     "type": "git",
     "url": "git+https://github.com/gram-js/gramjs.git"