a982d9a669817e9a7881d71bc8145c77785029a5
- storage.ts: add sessionStore wrapper (getRaw/setRaw/delete/clear) so transientPrefill + ScheduleStartPage tests don't trip the no-restricted-globals rule. - transientPrefill.ts + ScheduleStartPage.test.tsx: use sessionStore. - closestFlight.ts: hoist bracket-index key so no newline-before-[ ASI. - Test files: hoist typeof import(...) into named type alias with type-only namespace import. - Drop unused imports: FlightCard (Link, languageToLocale), OnlineBoardDetailsPage (operatingCarrier), ScheduleSearchPage (FlightList, inline import() types), PageLayout (FeedbackButton). - Drop react-hooks/exhaustive-deps disable comments for a rule not registered in eslint.config.js.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%