Open BigBlueHat opened 7 months ago
For reference: https://eslint.org/blog/2024/04/eslint-v9.0.0-released/ https://eslint.org/docs/latest/use/migrate-to-9.0.0
They even built in a web server with config inspector: https://eslint.org/blog/2024/04/eslint-config-inspector/
This update will require some experimentation. I think our bits can be updated easily enough. But we almost always are pulling in rules for jsdoc, vue, modules, etc and we'll have to see how compatible all that is.
Following the README instructions for installation currently fail. Downgrading
eslint
to^8.52.0
solves the issue...for now. Short term, we an update the README. Long term, we should support eslint v9+.