We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
n/a
With default eslint config, it warns the following for prettier.config.js and postcss.config.js:
prettier.config.js
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":
create-t3-app/cli/template/extras/config/_eslint.js
Line 7 in f50f3c5
npx create-t3-app
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide environment information
n/a
Describe the bug
With default eslint config, it warns the following for
prettier.config.js
andpostcss.config.js
:Somewhat related: #113
Config "stack trace":
create-t3-app/cli/template/extras/config/_eslint.js
Line 7 in f50f3c5
(looks like github doesn't create a code preview for files/lines outside the current repo)
Reproduction repo
To reproduce
npx create-t3-app
Additional information
No response
The text was updated successfully, but these errors were encountered: