Skip to content

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

Open
nnaydenow wants to merge 1 commit into
mainfrom
lint-fix
Open

fix(tools): resolve airbnb-base eslint config from tools package location#13575
nnaydenow wants to merge 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
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.

1 participant