Open tdoshea90 opened 4 months ago
azure-webapps.node-yml
I found the solution. I had to to do this: In Azure App Service -> Settings -> Configuration -> Startup Command -> "pm2 serve /home/site/wwwroot/dist --no-daemon --spa"
You may need to use '--force' when installing, or add the following to your package.json: "overrides": { "eslint": "^9.6.0" }
codespace ➜ /workspaces/lethal-legion (devo) $ npx eslint src/*
Oops! Something went wrong! :(
ESLint: 8.57.0
ESLint couldn't find a configuration file. To set up a configuration file for this project, please run:
npm init @eslint/config
ESLint looked for configuration files in /workspaces/lethal-legion/src and its ancestors. If it found none, it then looked in your home directory.
If you think you already have a configuration file or if you need more help, please stop by the ESLint Discord server: https://eslint.org/chat
git
ssh-keygen -t ed25519 -C "tdoshea90@yahoo.com"
https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key
containers