diff options
author | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 17:06:54 +0100 |
---|---|---|
committer | Raphael Kabo <raphael@Raphaels-MacBook-Pro.local> | 2019-08-01 17:06:54 +0100 |
commit | b9334880c7b2e2993f5ffafd25977d57b596f386 (patch) | |
tree | c01433997630726e335804bc7124e7410f54061c /package.json | |
parent | cc5df0b6d3742265abaa2c526a370bd9c13abe1a (diff) |
Installed ESLint
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 8996b13..ed436a4 100755 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "shortid": "^2.2.14" }, "devDependencies": { + "eslint": "^6.1.0", "nodemon": "^1.18.6" } } |