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/
database/db
config.js
start.json
start.json
npm-debug.log

View File

@ -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",