Skip to content

fix(tools): resolve airbnb-base eslint config from tools package location#13575

Merged
nnaydenow merged 1 commit into
mainfrom
lint-fix
May 26, 2026
Merged

fix(tools): resolve airbnb-base eslint config from tools package location#13575
nnaydenow merged 1 commit into
mainfrom
lint-fix

Conversation

@nnaydenow
Copy link
Copy Markdown
Contributor

Using "extends": "airbnb-base" made ESLint look for the package in the consuming project's node_modules instead of the tools package. This forced external projects to add eslint-config-airbnb-base as their own dependency. Using require.resolve fixes this by loading it directly from the tools package.

@nnaydenow nnaydenow changed the title fix(tools): resolve airbnb-base eslint config from tools package loca… fix(tools): resolve airbnb-base eslint config from tools package location May 22, 2026
@nnaydenow nnaydenow merged commit 96201d6 into main May 26, 2026
11 checks passed
@nnaydenow nnaydenow deleted the lint-fix branch May 26, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants