govuk-frontend icon indicating copy to clipboard operation
govuk-frontend copied to clipboard

.eslintrc.js is about to be deprecated

Open domoscargin opened this issue 1 year ago • 1 comments

What

We're using an .eslintrc.js file to configure our eslint. This is due to be deprecated in eslint 9.0.0, and has caused some issues with eslint plugins.

We should look into updating to the new eslint.config.js style.

Who needs to work on this

Developer

Who needs to review this

Developer

Done when

domoscargin avatar Mar 11 '24 17:03 domoscargin

It seems ESLint and its plugin are struggling to get updated by Dependabot. Suspecting this is because of some requiring the new config format while we're stuck on the old format, so that's a change we may want to do sooner rather than later.

romaricpascal avatar May 24 '24 09:05 romaricpascal