Browse Source

Add lint script to package.json

YouTwitFace 5 years ago
parent
commit
7a66bd1bc5
1 changed files with 3 additions and 0 deletions
  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"