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

Nx ESLint configurations are undocumented #29093

Open
2 of 4 tasks
dar-yl opened this issue Nov 27, 2024 · 0 comments
Open
2 of 4 tasks

Nx ESLint configurations are undocumented #29093

dar-yl opened this issue Nov 27, 2024 · 0 comments

Comments

@dar-yl
Copy link

dar-yl commented Nov 27, 2024

Documentation issue

  • Reporting a typo
  • Reporting a documentation bug
  • Documentation improvement
  • Documentation feedback

Is there a specific documentation page you are reporting?

N/A

Additional context or description

Nx provides some base ESlint configurations. I cannot find any documentation covering their purpose...

const nx = require("@nx/eslint-plugin");

module.exports = [
  ...nx.configs["flat/base"],
  ...nx.configs["flat/typescript"],
  ...nx.configs["flat/javascript"],
  // ...
]

Looking at source code is one thing, however, considering many developers will leave these config's in place, it would be nice to know the design philosophy behind them so we have an idea about how they will grow in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant