-
Notifications
You must be signed in to change notification settings - Fork 11
introduce eslint-plugin-boxel package, with template-missing-invokable rule #2453
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
Conversation
packages/eslint-plugin-boxel/lib/rules/template-missing-invokable.js
Outdated
Show resolved
Hide resolved
What is the gist of this PR? is the idea that this adds a lint rule for missing import statements for commonly used helpers? |
Correct, with auto-fix. We will use this plugin from our new linting endpoint in the next PR to autofix code submitted to the endpoint. And then we will use that endpoint to autofix AI-modified code in the subsequent PR. |
909db19
to
f40b313
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice there are a bunch of auto generated files that we have in source control. under what circumstances would we need to regenerate these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only when you add a new rule or change the docs for a rule
Once this is merged, I will update #2309 to use it