-
Notifications
You must be signed in to change notification settings - Fork 31
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
Run eslint / Prettier across codebase #1429
Labels
Comments
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jul 31, 2023
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jul 31, 2023
mofojed
pushed a commit
that referenced
this issue
Jul 31, 2023
I ran `npx prettier packages/*/src --write` to run Prettier on all src files across packages. I also ran `npm run lint:test` to confirm there are no more failing tests. resolves #1429
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Aug 1, 2023
mofojed
pushed a commit
that referenced
this issue
Aug 1, 2023
Added `.git-blame-ignore-revs` file containing Prettier formatting revision. resolves #1429
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Aug 2, 2023
bmingles
added a commit
that referenced
this issue
Aug 2, 2023
While migrating Enterprise to use our Community eslint rules, there seemed to be only 1 additional rule used by Enterprise: ```json "react/react-in-jsx-scope": "off" ``` I added it to the Community config. resolves #1429
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I'd like for codebase to be up to date with latest eslint + Prettier upgrades.
The text was updated successfully, but these errors were encountered: