-
Notifications
You must be signed in to change notification settings - Fork 124
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
eslint-plugin-panda #2739
eslint-plugin-panda #2739
Conversation
1728267
to
25dca87
Compare
25dca87
to
ffcac65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @yangchristina! I love ESLint 😄
The CI builds are failing because the yarn/lockfile version is different. Can you please ensure you have [email protected]
and try regenerating the lockfile? https://yarnpkg.com/getting-started/install
$ yarn -v
4.5.1
@trevinhofmann Fixed now, thanks! |
@pandacss/no-config-function-in-source
doesn't allow for recipes to be outside ofpanda.config.ts
so it is turned off@pandacss/no-dynamic-styling
doesn't allow for conditional statement so it is turned off