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

Upgrade ESLint to v9 #65648

Draft
wants to merge 29 commits into
base: trunk
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7b63493
Upgrade ESLint to v9
shvlv Sep 25, 2024
81f8f31
ESLint: restore typescript-eslint/eslint-recommended config
shvlv Sep 26, 2024
8f69499
ESLint: add caughtErrors: 'none' to eslint/no-unused-vars rule
shvlv Sep 26, 2024
dab3d3a
ESLint: prevent .d.ts from linting by eslint
shvlv Sep 26, 2024
5beb54a
ESLint: merge react-native-editor config into global eslint.config.js
shvlv Sep 26, 2024
68ee728
ESLint: merge platform-docs config into global eslint.config.js
shvlv Sep 26, 2024
4165168
ESLint: format config files
shvlv Sep 30, 2024
8e2dd32
ESLint: update `eslint-plugin-import` and `eslint-import-resolver-node`
shvlv Sep 30, 2024
9d6504f
ESLint: suppress errors for `packages/block-serialization-spec-parser…
shvlv Sep 30, 2024
e6c8257
ESLint: enable `d.ts` files linting
shvlv Sep 30, 2024
a3629b5
ESLint: suppress `import/named` rule for Typescript files
shvlv Oct 2, 2024
4a83415
ESLint: fix degradation for types building
shvlv Oct 2, 2024
8cbd764
ESLint: replace `eslint-comments/` with `@eslint-community/eslint-com…
shvlv Oct 2, 2024
f9195af
ESLint: suppress react-hooks/rules-of-hooks for experimental components
shvlv Oct 2, 2024
707513e
ESLint: suppress react/no-unknown-property for test file
shvlv Oct 2, 2024
551e589
ESLint: add Jest globals to E2E config
shvlv Oct 2, 2024
fb9a982
ESLint: suppress react/no-deprecated for element package
shvlv Oct 2, 2024
e1c1ce3
ESLint: remove unnecessary suppressions
shvlv Oct 2, 2024
a6a0ed8
ESLint: upgrade eslint-plugin-import
shvlv Oct 9, 2024
f2e72fe
ESLint: upgrade eslint-plugin-react-hooks to stable version
shvlv Oct 14, 2024
0e82e37
ESLint: upgrade eslint-plugin-storybook
shvlv Oct 14, 2024
a2a3e32
ESLint: remove leftover comment
shvlv Oct 14, 2024
4ed5d96
ESLint: remove unused function from generate-php-sync-issue.mjs
shvlv Oct 14, 2024
d9e65a3
ESLint: add globals as dev dependency
shvlv Oct 14, 2024
139af5c
ESLint: suppress jsdoc/require-param for Typescript
shvlv Oct 14, 2024
cef3b27
ESLint: suppress errors that should be evaluated
shvlv Oct 14, 2024
4f50a50
ESLint: apply last changes from legacy config
shvlv Oct 14, 2024
907f402
ESLint: rebuild package-lock.json
shvlv Oct 14, 2024
c6b0a25
ESLint: fix eslint-plugin tests
shvlv Oct 15, 2024
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
9 changes: 0 additions & 9 deletions .eslintignore

This file was deleted.

Loading
Loading