Update eslint to v9
Need help converting this .eslintrc
to eslint.config.js
I’m in the process of upgrading my ESLint configuration from a .eslintrc file to a eslint.config.js file to take advantage of the newer ESLint configuration format. My existing .eslintrc configuration is quite extensive, involving various environments, globals, and a range of plugins and rules. Below is the content of my .eslintrc:
How do I incorporate airbnb-base into eeslint’s eslint.config.mjs file?
In previous applications, I have used .eslintrc as the depository for my instructions to eslint. But now I have to use eslint.config.mjs instead and am finding the guidance on the eslint website somewhat unhelpful.
Eslint Not Working and Not Giving any Errors
Ok, so basically, I wanna install Eslint to show the errors in VS Code. I tried to generate a config file from VS Code using “ESLint: Create ESLint Configuration”, but I only get the two options as you see below.