Relative Content

Tag Archive for eslinteslintrc

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:

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.