Skip to content

fix(item-counter-spe): lint and type fixes#1858

Draft
tylerbutler wants to merge 1 commit intomicrosoft:mainfrom
tylerbutler:item-counter-spe-lint-fixes
Draft

fix(item-counter-spe): lint and type fixes#1858
tylerbutler wants to merge 1 commit intomicrosoft:mainfrom
tylerbutler:item-counter-spe-lint-fixes

Conversation

@tylerbutler
Copy link
Copy Markdown
Member

Summary

  • Update tsconfig jsx from "react" to "react-jsx" (React 19 automatic transform)
  • Fix import ordering per import-x/order
  • Apply consistent-type-imports (separate type imports)
  • Add .catch() handler for floating promise

These are independently valid code improvements, split out from the eslint-config-fluid adoption PR.

Test plan

  • npm run compile in item-counter-spe has no new TypeScript errors
  • Dev server starts correctly

- Update tsconfig jsx from "react" to "react-jsx" (React 19 automatic transform)
- Fix import ordering per import-x/order
- Apply consistent-type-imports (separate type imports)
- Add .catch() handler for floating promise
🤖 Generated with [Nori](https://noriagentic.com)

Co-Authored-By: Nori <contact@tilework.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant