eg. wrong indentation or delete semicolon should cause code style error
eslint should fail
eslint still pass
eslint was updated to V9 in #45784 @richard67 @dgrammatiko
| Labels |
Added:
No Code Attached Yet
|
||
@heelc29 I would assume it still can check for syntax errors, what a classical linter should do. Your example seems not to be a syntax error. Could you check some? Not that I would say it is fine, we still should do something to get back style linting. But if it also fails for syntax errors then we have a real problem.
That's right, syntax errors are still detected.
Personally, as I said in the original PR, I would ditch eslint and go directly to biome https://biomejs.dev (there's even a migration tool https://biomejs.dev/guides/migrate-eslint-prettier/)
Yes, I know, but that doesn't help us quickly now.
@heelc29 Confirmed. We had to remove the Airbnb style because it is not updated anymore since long time. See also Dimitris' comment here: richard67#48 (comment) .
@dgrammatiko Maybe you can check again if there is a suitable replacement which works with eslint 9?