ESLint appears to have deprecated their styling rules in ESLint 8 and removed them in ESLint 9. This means that all the rules we've got set up for semicolons, spacing, indentation, etc. are no longer functioning.
In the link above, ESLint recommends installing a new plugin to add those rules back.
ESLint appears to have deprecated their styling rules in ESLint 8 and removed them in ESLint 9. This means that all the rules we've got set up for semicolons, spacing, indentation, etc. are no longer functioning.
In the link above, ESLint recommends installing a new plugin to add those rules back.