Recently, I started working on a Vue template project that includes ESLint. However, I found that I wanted to disable ESLint for some reason. To do this, I followed the recommended steps and created a file with the following content:
**/*.js
This file was named .eslintignore
and was placed in the root directory of my project. Despite this, I am still encountering the same ESLint error messages. Can anyone help me figure out what I might be doing incorrectly?