diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-03 14:44:02 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-03 14:44:02 -0500 |
| commit | cc3bcfa137fcab337e509b380784fbe7ed6bb240 (patch) | |
| tree | e770a5d30a67a12c45eae4c8179773dab2bb7961 /package.json | |
| parent | 91363b9a8f2e6fe57b70c459dfe70a5b9e914920 (diff) | |
| download | AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.tar.gz AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.tar.bz2 AleeBot-cc3bcfa137fcab337e509b380784fbe7ed6bb240.zip | |
added eslint
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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" + } } |
