Browse Source

Added eslint because I don't know what im doing

Pitu 7 years ago
parent
commit
a7201c4b96
2 changed files with 3 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 1 0
      package.json

+ 2 - 1
.gitignore

@@ -3,4 +3,5 @@ uploads/
 logs/
 database/db
 config.js
-start.json
+start.json
+npm-debug.log

+ 1 - 0
package.json

@@ -17,6 +17,7 @@
   "dependencies": {
     "bcrypt": "^1.0.2",
     "body-parser": "^1.16.0",
+    "eslint": "^3.14.1",
     "express": "^4.14.0",
     "gm": "^1.23.0",
     "knex": "^0.12.6",