aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-29 22:51:48 -0300
committerPitu <[email protected]>2017-01-29 22:51:48 -0300
commita7201c4b96241cff044cc7d1e2fc006619432131 (patch)
tree6d50a1b3f69992a906c9ce090968f749f3151e0d
parentderp (diff)
downloadhost.fuwn.me-a7201c4b96241cff044cc7d1e2fc006619432131.tar.xz
host.fuwn.me-a7201c4b96241cff044cc7d1e2fc006619432131.zip
Added eslint because I don't know what im doing
-rw-r--r--.gitignore3
-rw-r--r--package.json1
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index dacd765..6c5433d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@ uploads/
logs/
database/db
config.js
-start.json \ No newline at end of file
+start.json
+npm-debug.log \ No newline at end of file
diff --git a/package.json b/package.json
index 8c1aa36..174b6a0 100644
--- a/package.json
+++ b/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",