I'm using Visual Studio Code with the vscode-eslint extension but I'm getting warnings for the webpack.config.js file itself, as shown below.
How can I disable the eslint verification for this file specifically and in my own workspace (that is, without adding an .eslintignore file to the repo that would affect other devs)?
