No Code Attached Yet
avatar heelc29
heelc29
12 Aug 2025

Steps to reproduce the issue

eg. wrong indentation or delete semicolon should cause code style error

Expected result

eslint should fail

Actual result

eslint still pass

Additional comments

eslint was updated to V9 in #45784 @richard67 @dgrammatiko

avatar heelc29 heelc29 - open - 12 Aug 2025
avatar joomla-cms-bot joomla-cms-bot - change - 12 Aug 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Aug 2025
avatar richard67
richard67 - comment - 12 Aug 2025

@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?

avatar heelc29
heelc29 - comment - 12 Aug 2025

I have the feeling that it doesn't check anything anymore. No matter what I tried to change, no error ever appeared.
I even tried deleting this block in the config, hoping that an error would appear.
Image

avatar richard67
richard67 - comment - 12 Aug 2025

@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.

avatar heelc29
heelc29 - comment - 12 Aug 2025

That's right, syntax errors are still detected.

Add a Comment

Login with GitHub to post a comment