@nx/eslint TypeScript config file #29710
carlocorradini
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ESLint supports TypeScript configuration files:
eslint.config.ts
eslint.config.mts
eslint.config.cts
Currently,
@nx/eslint
checks for JavaScript configuration files only.ESLint requires
jiti
to successfully process TypeScript configuration files, thus I'm not sure if we need additional packages or logic to handle them.PS: This bumps discussion #28977 since there is no activity in that discussion
Beta Was this translation helpful? Give feedback.
All reactions