I'm creating a new Vue project via npm init vue@latest
and select everything (Eslint with Prettier)
I'm using the following setup
- OS: Win11
- node: v17.4
- npm: v8.4
After creating a new project via PowerShell I open up Visual Studio Code and use its terminal window.
I tried the following using PowerShell, CMD and Git Bash inside VSC
I want to use lint-staged, based on the docs I run npx mrm@2 lint-staged
which works fine but generates a file with a single number with no file extension
The content of this file is
added 583 packages, and audited 584 packages in 35s
86 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
I have to delete the file manually so that no one pushes it by mistake. Does someone know why this happens and how I can prevent that?