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

check-es-compat: Disallowed Eslint inline config comments to work with unminified code. #102

Merged

Conversation

brabeji
Copy link
Contributor

@brabeji brabeji commented Mar 7, 2024

Fixes #100

@robatwilliams
Copy link
Owner

I've now removed the Node 14 build check gate, as the actual build configuration was removed previously.

@robatwilliams
Copy link
Owner

This change does remove the option for CLI users to disable this plugin. The reporter of #47 was doing this as a workaround (last sentence of the issue description). But they weren't using CLI.

I think this is fine. From a CLI tool perspective it shouldn't even be visible that ESLint is used under the hood.

@brabeji
Copy link
Contributor Author

brabeji commented Mar 7, 2024

From a CLI tool perspective it shouldn't even be visible that ESLint is used under the hood.

agreed

@robatwilliams robatwilliams merged commit abb3e69 into robatwilliams:master Mar 8, 2024
3 checks passed
@robatwilliams
Copy link
Owner

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

Successfully merging this pull request may close these issues.

Fails when checking code with eslint-disable comments of unknown rules.
2 participants