Skip to content

refactor(project): update to eslint v9 #5972

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

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

263 changes: 0 additions & 263 deletions .eslintrc.js

This file was deleted.

3 changes: 0 additions & 3 deletions e2e/components/ActionList.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,9 @@ test.describe('ActionList', () => {
})

// removing this temporarily as there is a slight diff betqeen default and enabled CSS feature flag that feels like a non-issue
// eslint-disable-next-line jest/no-commented-out-tests
// test.describe('Text Wrap And Truncation', () => {
// for (const theme of themes) {
// eslint-disable-next-line jest/no-commented-out-tests
// test.describe(theme, () => {
// eslint-disable-next-line jest/no-commented-out-tests
// test('default @vrt', async ({page}) => {
// await visit(page, {
// id: 'components-actionlist-features--text-wrap-and-truncation',
Expand Down
Loading
Loading