Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Eslint dependencies #453

Closed
wants to merge 2 commits into from
Closed

Update Eslint dependencies #453

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented May 24, 2023

Since the new Eslint 3.37 and further version property dot should be on the same line what impossible in <template>.
Example:
:label="messages.getUnescaped( 'wikibaselexeme-newlexeme-language' )"
🔽
:label="messages
.getUnescaped( 'wikibaselexeme-newlexeme-language' )"

Solutions:

  1. Possibly, it's Eslint bug and we should create a bug report;
  2. Refactor our code.

@ghost ghost force-pushed the bug/T335735-eslint branch from b023391 to 5a3ac79 Compare May 24, 2023 15:43
@ghost ghost changed the title Eslint bug(?) Update Eslint dependencies May 24, 2023
@ghost ghost force-pushed the bug/T335735-eslint branch from 5a3ac79 to 56ba95b Compare May 24, 2023 15:55
@lucaswerkmeister
Copy link
Member

I think we can close this in favor of #482 (which still has issues but is more recent).

@lucaswerkmeister lucaswerkmeister deleted the bug/T335735-eslint branch October 9, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant