Replies: 1 comment 4 replies
-
@m4rvr see https://github.com/antfu/eslint-config/blob/main/src/configs/solid.ts |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I can't figure out (or I don't get it) how I can enable
solid
rules just for a specific package while havingreact
enabled for the rest. Is this possible?This is my current eslint.config.js:
solid
rules should be enabled for every.tsx
file insidepackages/app
, the rest should be handled by the React rules.Beta Was this translation helpful? Give feedback.
All reactions