aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-03 14:44:02 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-03 14:44:02 -0500
commitcc3bcfa137fcab337e509b380784fbe7ed6bb240 (patch)
treee770a5d30a67a12c45eae4c8179773dab2bb7961 /package.json
parent91363b9a8f2e6fe57b70c459dfe70a5b9e914920 (diff)
downloadAleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.tar.gz
AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.tar.bz2
AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.zip
added eslint
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 25c377a..d5fea3a 100644
--- a/package.json
+++ b/package.json
@@ -31,5 +31,7 @@
"readline": "^1.3.0",
"ytdl-core": "^0.20.4"
},
- "devDependencies": {}
+ "devDependencies": {
+ "eslint": "^6.8.0"
+ }
}