Skip to content
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

Not working with overrides and files #119

Open
blewandowski-appfire opened this issue Aug 19, 2024 · 1 comment
Open

Not working with overrides and files #119

blewandowski-appfire opened this issue Aug 19, 2024 · 1 comment

Comments

@blewandowski-appfire
Copy link

I have a more complex eslint where some files are parsed by @typescript-eslint/parser (TS) while others are using @babel/eslint-parser (JS).

There is a default option in this package which sets the extensions to .js. This can be overwritten by -ext, but it doesn't then respect the override for other files.

I was able to test a fix in node_modules directly byby removing the -ext completely from the parser options.

Can we add an option so that -ext is not needed?

Running it with the configuration not containing the file types works fine for me.

@IanVS
Copy link
Owner

IanVS commented Aug 19, 2024

I need to merge and release #117 which I think will help. Maybe you can try out that branch and see if it meets your needs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants