소스 검색

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"