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

Open
wants to merge 42 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
de8ff0c
ESLint: update to v9
shvlv Sep 25, 2024
690205b
ESLint: restore typescript-eslint/eslint-recommended config
shvlv Sep 26, 2024
7c0ba0c
ESLint: add caughtErrors: 'none' to eslint/no-unused-vars rule
shvlv Sep 26, 2024
dd464f2
ESLint: prevent .d.ts from linting by eslint
shvlv Sep 26, 2024
f470de9
ESLint: merge react-native-editor config into global eslint.config.js
shvlv Sep 26, 2024
121f7ba
ESLint: merge platform-docs config into global eslint.config.js
shvlv Sep 26, 2024
eacdb76
ESLint: format config files
shvlv Sep 30, 2024
d7f91f2
ESLint: update `eslint-plugin-import` and `eslint-import-resolver-node`
shvlv Sep 30, 2024
6f496c8
ESLint: suppress errors for `packages/block-serialization-spec-parser…
shvlv Sep 30, 2024
9a67914
ESLint: enable `d.ts` files linting
shvlv Sep 30, 2024
3fee9d0
ESLint: suppress `import/named` rule for Typescript files
shvlv Oct 2, 2024
af21fc0
ESLint: fix degradation for types building
shvlv Oct 2, 2024
c402375
ESLint: replace `eslint-comments/` with `@eslint-community/eslint-com…
shvlv Oct 2, 2024
46ef714
ESLint: suppress react-hooks/rules-of-hooks for experimental components
shvlv Oct 2, 2024
8e722a9
ESLint: suppress react/no-unknown-property for test file
shvlv Oct 2, 2024
c1cae20
ESLint: add Jest globals to E2E config
shvlv Oct 2, 2024
54529f6
ESLint: suppress react/no-deprecated for element package
shvlv Oct 2, 2024
f14bb80
ESLint: remove unnecessary suppressions
shvlv Oct 2, 2024
a128d20
ESLint: upgrade eslint-plugin-import
shvlv Oct 9, 2024
2538e10
ESLint: upgrade eslint-plugin-react-hooks to stable version
shvlv Oct 14, 2024
06385a1
ESLint: upgrade eslint-plugin-storybook
shvlv Oct 14, 2024
9d7a208
ESLint: remove leftover comment
shvlv Oct 14, 2024
e787b23
ESLint: remove unused function from generate-php-sync-issue.mjs
shvlv Oct 14, 2024
e76a14d
ESLint: add globals as dev dependency
shvlv Oct 14, 2024
edcc3d1
ESLint: suppress jsdoc/require-param for Typescript
shvlv Oct 14, 2024
724be65
ESLint: suppress errors that should be evaluated
shvlv Oct 14, 2024
b595e6a
ESLint: apply last changes from legacy config
shvlv Oct 14, 2024
1b1beac
ESLint: fix eslint-plugin tests
shvlv Oct 15, 2024
34781d8
ESLint: fix snapshot
shvlv Oct 15, 2024
2bbb8ea
ESLint: configure Babel parser correctly
shvlv Oct 15, 2024
dd24066
ESLint: add tseslint base config
shvlv Dec 31, 2024
17fbadb
ESLint: add names to shared configs
shvlv Dec 31, 2024
63897df
ESLint: Stop disabling react-hooks/exhaustive-deps rule
shvlv Dec 31, 2024
f2b6f0e
ESLint: Enable eslint-plugin-react-compiler
shvlv Dec 31, 2024
296a6a2
ESLint: Add rule to prevent usage of the verb 'toggle' in translatabl…
shvlv Dec 31, 2024
e514ce7
ESLint: clean up tseslint configs
shvlv Dec 31, 2024
aecae00
ESLint: suppress rules-of-hooks violation for experimental hooks in t…
shvlv Dec 31, 2024
d3fc1af
ESLint: add jsdoc for helper function
shvlv Dec 31, 2024
2244937
ESLint: add comment-parser dev dependency
shvlv Dec 31, 2024
9ab15db
ESLint: fix package-lock.json wrong rebasing
shvlv Dec 31, 2024
ca0dbd1
ESLint: restore support for ESLint 8 and CLI eslintrc mode
shvlv Jan 2, 2025
56e6562
ESLint: use stable versions for eslint-plugin-storybook and eslint-pl…
shvlv Jan 2, 2025
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