As a newbie ex vscode and webstorm user I am struggling with getting ES lint to work. Sublime V4 is great and v fast but without error checking I’ll switch back to webstorm. I have installed sublimelinter plus the eslint package and eslint with node/npm but at a loss as to how to config eslint. I am getting
ESLint: 9.2.0
Error: Could not find config file.
at locateConfigFileToUse (C:\Users\xxx.xxx\AppData\Roaming\npm\node_modules\eslint\lib\eslint\eslint.js:350:21)
I only need a default global setup as most of my js is simple inline stuff (I am a database dev). Can somebody put me out of my misery. I have been googling for setup info but all seems overly complex or old articles.
Thanks