-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chore) check prettier and eslint configuration (#28801)
…ore-web (#28713) ### Proposed Changes * Verify configuration ESLint and Prettier * Run both in all `core-web` ### Checklist - [ ] Tests - [ ] Translations - [ ] Security Implications Contemplated (add notes if applicable) ### Additional Info ** any additional useful context or info ** ### Screenshots Original | Updated :-------------------------:|:-------------------------: ** original screenshot ** | ** updated screenshot **
- Loading branch information
Showing
505 changed files
with
7,772 additions
and
8,074 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18.18.2 | ||
v18.20.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
core-web/apps/dotcms-block-editor-e2e/src/integration/app.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
describe('dotcms-block-editor', () => { | ||
beforeEach(() => cy.visit('/iframe.html?id=appcomponent--primary')); | ||
beforeEach(() => cy.visit('/iframe.html?id=appcomponent--primary')); | ||
|
||
it('should render the component', () => { | ||
cy.get('dotcms-root').should('exist'); | ||
}); | ||
it('should render the component', () => { | ||
cy.get('dotcms-root').should('exist'); | ||
}); | ||
}); |
8 changes: 4 additions & 4 deletions
8
...tcms-block-editor-e2e/src/integration/dot-block-editor/dot-block-editor.component.spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
describe('dotcms-block-editor', () => { | ||
beforeEach(() => cy.visit('/iframe.html?id=dotblockeditorcomponent--primary')); | ||
beforeEach(() => cy.visit('/iframe.html?id=dotblockeditorcomponent--primary')); | ||
|
||
it('should render the component', () => { | ||
cy.get('dot-block-editor').should('exist'); | ||
}); | ||
it('should render the component', () => { | ||
cy.get('dot-block-editor').should('exist'); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ class Navigation { | |
resolve(url.toString()); | ||
}); | ||
}); | ||
|
||
return text; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.