xo: Configure import/no-extraneous-dependencies packageDir.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-06-20 13:56:42 -07:00
parent 86882c0741
commit 339f0d19c7

View File

@@ -5,6 +5,10 @@ module.exports = {
rules: {
"@typescript-eslint/no-dynamic-delete": "off",
"arrow-body-style": "error",
"import/no-extraneous-dependencies": [
"error",
{includeTypes: true, packageDir: __dirname},
],
"import/no-restricted-paths": [
"error",
{