ESLint “Error: Could not find config file” at locateConfigFileToUse
I’m having trouble getting ESLint to lint my JavaScript files in my IDE. The setup I have done is to install eslint locally via npm and create an eslint config file that is then stored in a config directory. Running eslint from the command line works fine, but when I create an error in a JavaScript file no red squiggly is showing up.