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

bug: prettier and postcss config files have eslint warnings by default due to import/no-anonymous-default-export #2050

Open
FunctionDJ opened this issue Jan 28, 2025 · 0 comments

Comments

@FunctionDJ
Copy link

Provide environment information

n/a

Describe the bug

With default eslint config, it warns the following for prettier.config.js and postcss.config.js:

Assign object to a variable before exporting as module default eslint import/no-anonymous-default-export

Somewhat related: #113

Config "stack trace":

Reproduction repo

To reproduce

  • npx create-t3-app
  • install eslint plugin for IDE / editor
  • open postcss or prettier config

Additional information

No response

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