Added eslint because I don't know what im doing

This commit is contained in:
Pitu 2017-01-29 22:51:48 -03:00
parent 4cd076b4f6
commit a7201c4b96
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored
View File

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

View File

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