-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add linting to pull requests #1330
Comments
@trillium please add additional Action Items to this issue |
@trillium Closing now that Vite has been merged. |
Reopening this issue, |
Hi @bkmorgan3 I noticed that you moved this issue to the Questions/Review column. When you have a moment, can you share any specific questions / blockers you have related to this issue? Happy to bring up this issue at our next All Team meeting :) |
Overview
Devs on this team have differing eslint configurations. VRMS should standardize linting so that only relevant changes show up in commits, standardizing things like:
import {foo} from './foo'
vsimport { foo } from './foo'
Action Items
Resources/Instructions
The text was updated successfully, but these errors were encountered: