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

IBX-2677: As a developer I want to have prettier and eslint style check/fix #38

Merged
merged 5 commits into from
May 2, 2022

Conversation

GrabowskiM
Copy link
Contributor

JIRA ref: https://issues.ibexa.co/browse/IBX-2677

Set version for eslint-ibexa-config and fix prettier issues

@GrabowskiM GrabowskiM changed the base branch from main to 4.0 April 11, 2022 14:46
@GrabowskiM GrabowskiM force-pushed the IBX-2677-eslint-prettier branch from 0467b52 to c1cff2f Compare April 11, 2022 14:47
@GrabowskiM GrabowskiM force-pushed the IBX-2677-eslint-prettier branch from c1cff2f to 3755e85 Compare April 26, 2022 10:50
const domElement = this.toDomElement(domDocument);

// note: do not reformat - configuration value for image embeds cannot contain whitespaces
domElement.innerHTML = `<span data-ezelement="ezvalue" data-ezvalue-key="size">${modelElement.getAttribute('size')}</span>`;
domElement.innerHTML = `<span data-ezelement="ezvalue" data-ezvalue-key="size">${modelElement.getAttribute(
'size',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please look the comment

@GrabowskiM GrabowskiM merged commit 7c4c9fd into 4.0 May 2, 2022
@GrabowskiM GrabowskiM deleted the IBX-2677-eslint-prettier branch May 2, 2022 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants