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