Ver Fonte

Add lint script to package.json

YouTwitFace há 5 anos atrás
pai
commit
7a66bd1bc5
1 ficheiros alterados com 3 adições e 0 exclusões
  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"