Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify monorepo setup where there is a base file #680

Open
3 tasks done
maelp opened this issue Mar 6, 2025 · 1 comment
Open
3 tasks done

Clarify monorepo setup where there is a base file #680

maelp opened this issue Mar 6, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@maelp
Copy link

maelp commented Mar 6, 2025

Clear and concise description of the problem

I want to have a root eslint config, and then in apps/libs, be able to set the "type: lib", but when I try this it fails, and it's not obvious from the doc how I should do it?

import config from "../../eslint.config.mjs";

export default config.override({
  type: "app",
});

Suggested solution

Add it to the documentation

Alternative

No response

Additional context

No response

Validations

@maelp maelp added the enhancement New feature or request label Mar 6, 2025
@imbytecat
Copy link

Same question

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants