lint#31
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR standardizes formatting across the monorepo by updating Biome’s JavaScript formatter settings (single quotes, semicolons as-needed) and applying the resulting reformatting to UI components, dapp-kit, and the assembly app.
Changes:
- Update
biome.jsoncformatter options for JavaScript/TypeScript formatting consistency. - Reformat a large set of TS/TSX/JS/CJS/DTS/config files to match the new formatter output.
- Touch multiple library/app entrypoints and configs with formatting-only changes (imports, quotes, semicolons, trailing commas).
Reviewed changes
Copilot reviewed 105 out of 111 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| biome.jsonc | Updates Biome JS formatter settings (single quotes, semicolons as-needed). |
| packages/libs/ui-components/vite.config.ts | Formatting-only changes to Vite config. |
| packages/libs/ui-components/svg.d.ts | Formatting-only changes to SVG module typings. |
| packages/libs/ui-components/index.ts | Formatting-only changes to barrel exports. |
| packages/libs/ui-components/assets/index.ts | Formatting-only changes to asset exports. |
| packages/libs/ui-components/assets/index.d.ts | Formatting-only changes to PNG module typing. |
| packages/libs/ui-components/assets/avatar-gen/index.ts | Formatting-only changes to identicon exports. |
| packages/libs/ui-components/modules/TurretView.tsx | Formatting-only changes. |
| packages/libs/ui-components/modules/Offline.tsx | Formatting-only changes. |
| packages/libs/ui-components/modules/InventoryView.tsx | Formatting-only changes. |
| packages/libs/ui-components/modules/GateView.tsx | Formatting-only changes. |
| packages/libs/ui-components/modules/GateCard.tsx | Formatting changes; logic area reviewed (interaction gating effect). |
| packages/libs/ui-components/modules/skeletons/RootSkeleton.tsx | Formatting-only changes. |
| packages/libs/ui-components/modules/skeletons/MonitorSkeleton.tsx | Formatting-only changes. |
| packages/libs/ui-components/modules/skeletons/BehaviourSkeleton.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/Radio.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/Header.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveScroll.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveLoadingAnimation.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveLinearBar.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveLayout.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveInput.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveFeralCodeGen.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveContainer.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveConnectWallet.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveButtonDuo.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveButton.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/EveAlert.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/ErrorNotice.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/Divider.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/Console.tsx | Formatting changes; security/operational implications reviewed (eval, console monkey-patch). |
| packages/libs/ui-components/components/ConnectWallet.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/ClickToCopy.tsx | Formatting-only changes. |
| packages/libs/ui-components/components/AssemblyInfo.tsx | Formatting-only changes. |
| packages/libs/dapp-kit/vitest.config.ts | Formatting-only changes to Vitest config. |
| packages/libs/dapp-kit/vite-env.d.ts | Formatting-only changes to Vite env typings. |
| packages/libs/dapp-kit/index.ts | Formatting-only changes to package entrypoint exports. |
| packages/libs/dapp-kit/config/index.ts | Formatting-only changes to config barrel export. |
| packages/libs/dapp-kit/config/dapp-kit.ts | Formatting-only changes to dapp-kit config. |
| packages/libs/dapp-kit/graphql/queries.ts | Formatting-only changes to GraphQL query strings. |
| packages/libs/dapp-kit/graphql/index.ts | Formatting-only changes to GraphQL barrel exports. |
| packages/libs/dapp-kit/graphql/client.ts | Formatting-only changes to GraphQL client utilities. |
| packages/libs/dapp-kit/hooks/useSponsoredTransaction.ts | Formatting-only changes. |
| packages/libs/dapp-kit/hooks/useSmartObject.ts | Formatting-only changes. |
| packages/libs/dapp-kit/hooks/useNotification.ts | Formatting-only changes. |
| packages/libs/dapp-kit/hooks/useConnection.ts | Formatting-only changes. |
| packages/libs/dapp-kit/hooks/index.ts | Formatting-only changes to hooks barrel exports. |
| packages/libs/dapp-kit/providers/EveFrontierProvider.tsx | Formatting-only changes. |
| packages/libs/dapp-kit/providers/VaultProvider.tsx | Formatting-only changes. |
| packages/libs/dapp-kit/providers/NotificationProvider.tsx | Formatting-only changes. |
| packages/libs/dapp-kit/providers/index.ts | Formatting-only changes to providers barrel exports. |
| packages/libs/dapp-kit/utils/index.ts | Formatting-only changes to utils barrel exports. |
| packages/libs/dapp-kit/utils/utils.ts | Formatting-only changes to general utilities. |
| packages/libs/dapp-kit/utils/mapping.ts | Formatting-only changes to mapping utilities. |
| packages/libs/dapp-kit/utils/errors.ts | Formatting-only changes to error utilities. |
| packages/libs/dapp-kit/utils/datahub.ts | Formatting-only changes to datahub utilities. |
| packages/libs/dapp-kit/utils/config.ts | Formatting-only changes to config utilities. |
| packages/libs/dapp-kit/utils/characterOwnedObjects.ts | Formatting-only changes. |
| packages/libs/dapp-kit/utils/character.ts | Formatting-only changes. |
| packages/libs/dapp-kit/utils/burnRate.ts | Formatting-only changes. |
| packages/libs/dapp-kit/utils/tests/logger.test.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/utils/tests/datahub.test.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/utils/tests/constants.test.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/utils/tests/character.test.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/types/index.ts | Formatting-only changes to types barrel exports. |
| packages/libs/dapp-kit/types/types.ts | Formatting-only changes to shared types. |
| packages/libs/dapp-kit/types/worldApiReturnTypes.ts | Formatting-only changes to API return types. |
| packages/libs/dapp-kit/types/sponsoredTransaction.ts | Formatting-only changes to sponsored tx types. |
| packages/libs/dapp-kit/types/contexts.ts | Formatting-only changes to context types. |
| packages/libs/dapp-kit/types/character.ts | Formatting-only changes to character JSON types. |
| packages/libs/dapp-kit/types/global.d.ts | Formatting-only changes to module augmentation. |
| packages/libs/dapp-kit/wallet/index.ts | Formatting-only changes to wallet barrel exports. |
| packages/libs/dapp-kit/wallet/utils.ts | Formatting-only changes to wallet utilities. |
| packages/libs/dapp-kit/wallet/features.ts | Formatting-only changes to wallet feature types/guards. |
| packages/libs/dapp-kit/wallet/tests/utils.test.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/wallet/tests/features.test.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/wallet/tests/testHelpers.ts | Formatting-only changes to tests. |
| packages/libs/dapp-kit/scripts/fix-esm-extensions.cjs | Formatting-only changes to build helper script. |
| packages/apps/assembly/vite.config.ts | Formatting-only changes to app Vite config. |
| packages/apps/assembly/vite-env.d.ts | Formatting-only changes to app env typings. |
| packages/apps/assembly/tailwind.config.js | Formatting-only changes to Tailwind config. |
| packages/apps/assembly/postcss.config.js | Formatting-only changes to PostCSS config. |
| packages/apps/assembly/src/vite-env.d.ts | Formatting-only changes to SVG module typings. |
| packages/apps/assembly/src/main.tsx | Formatting-only changes to app bootstrap. |
| packages/apps/assembly/src/App.tsx | Formatting-only changes to app root component. |
| packages/apps/assembly/src/components/views/RootView.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/views/Root.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/views/Overview.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/views/BehaviourView.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/skeletons/SkeletonConnect.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/EditUnit.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/Behaviour.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/AssemblyIcon.tsx | Formatting-only changes. |
| packages/apps/assembly/src/components/Actions.tsx | Formatting-only changes. |
| packages/apps/assembly/src/functions/bringOnline.ts | Formatting-only changes. |
| packages/apps/assembly/src/functions/bringOffline.ts | Formatting-only changes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
change biome config
Why
lint standardising