Skip to content

Commit

Permalink
eslint: Replace abandoned eslint-import-resolver-exports (#40385)
Browse files Browse the repository at this point in the history
The maintainer of this package has abandoned it in favor of
eslint-import-resolver-typescript. So let's switch to that.

The new resolver seems to do a better of a job of finding files for some
of the more unusual cases, which lets the `import/order` rule detect
things as "internal" that were previously defaulting to "external",
which changes the order it enforces.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12124747647

Upstream-Ref: Automattic/jetpack@9742576
  • Loading branch information
anomiex authored and matticbot committed Dec 2, 2024
1 parent 41d73cb commit 1e35c41
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
56 changes: 28 additions & 28 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e288951fbef3b68b97e5');
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '385ef10e8c798afca0ea');

Large diffs are not rendered by default.

Loading

0 comments on commit 1e35c41

Please sign in to comment.