Implemented ESlint and passed down the rules
This commit is contained in:
@@ -7,6 +7,6 @@ const User = {
|
||||
"password": { "type": "string" },
|
||||
},
|
||||
"required": ["name", "password", "mail"]
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = User
|
||||
module.exports = User;
|
||||
Reference in New Issue
Block a user