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

Linter: Fixes for ESLint 7.x #123

Open
wcjohnson opened this issue Jul 13, 2020 · 1 comment
Open

Linter: Fixes for ESLint 7.x #123

wcjohnson opened this issue Jul 13, 2020 · 1 comment

Comments

@wcjohnson
Copy link
Owner

Fix the linter to test against ESLint 7.x. This mostly has to do with the usage of the ESLint API and the test suite.

@wcjohnson
Copy link
Owner Author

The main obstacle here is the plugin's implementation of reaching inside the linter's module and monkey patching broken rules.

New approach should be that the default config exported by the linter module simply disables broken rules, we re-implement the new rules as @lightscript rules, and then enable those replacement rules. This will also need to be documented so users of the linter know which rules correspond with which.

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

No branches or pull requests

1 participant