Skip to content

Commit 3244117

Browse files
anomiexmatticbot
authored andcommitted
Update to eslint 9 (#40555)
Eslint 9 brings a new config format, which means this PR also rewrites all the eslint configs. I took the opportunity to clean them up (although a good bit of that wound up in earlier PRs), and added code to fetch the textdomain from composer.json and whether the project uses React from package.json so we don't need to have so many boilerplate configs that just set a textdomain or enable React rules. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12280005125 Upstream-Ref: Automattic/jetpack@9e3ae2f
1 parent 777641e commit 3244117

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ package.json export-ignore
1919
# Files to exclude from the mirror repo, but included in the monorepo.
2020
# Remember to end all directories with `/**` to properly tag every file.
2121
.gitignore production-exclude
22-
.eslintignore production-exclude
23-
.eslintrc.cjs production-exclude
2422
.phpcs.dir.xml production-exclude
2523
changelog/** production-exclude
2624
phpunit.xml.dist production-exclude

0 commit comments

Comments
 (0)