Fix most eslint violations

This commit is contained in:
2020-11-01 20:44:07 -06:00
parent 67149fc661
commit 33aaddad9c
11 changed files with 281 additions and 220 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "serverless-fullstack-app-api",
"name": "forgetmenot-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
@@ -11,8 +11,11 @@
"passport-jwt": "^4.0.0",
"shortid": "^2.2.15"
},
"devDependencies": {},
"devDependencies": {
"eslint": "^7.12.1"
},
"scripts": {
"pretest": "eslint --ignore-path ../.gitignore .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",