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

ESLint and --ext #3126

Open
moltar opened this issue Nov 17, 2023 · 0 comments
Open

ESLint and --ext #3126

moltar opened this issue Nov 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@moltar
Copy link

moltar commented Nov 17, 2023

Starting from ESLint 7 (released 08 May, 2020), the --ext option is not required.

ESLint will now lint files with extensions other than .js if they are explicitly defined in overrides[].files - no need to use the --ext flag!

I think this is easier than maintaining the ext list.

Release notes: https://eslint.org/blog/2020/05/eslint-v7.0.0-released/

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

No branches or pull requests

2 participants