Create a Simple and Stylish Node Express App

Good afternoon, error at this stage. I am using Visual Studio Code.
/ *

  • Routes Definitions
  • /
    app.get (“/”, (req, res) => { … }); ← this
    app.get (“/ user”, (req, res) => {
    res.render (“user”, {title: “Profile”, userProfile: {nickname: “Auth0”}});
    });
    error eslint
    “message”: “An announcement or statement was expected.”,
1 Like