Include rules inside specific object of flat configuration using 'typescript-eslint' #9436
Closed
pkropachev
announced in
Community Feedback
Replies: 1 comment
-
As per our contributing guide for discussions We do not use discussions as a support forum. This would be a good question for the ESLint discord though, rather than us as a 3rd party. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Could you please advice if there is way to include rules inside specific object of flat configuration?
In my case I'd like to apply
jsRules
only to specific JS file, butjsRules
, TS rules, Prettier should be applied to TS files.I use Eslint 8.57.0, in the result I get:
Beta Was this translation helpful? Give feedback.
All reactions