Skip to content

Conversation

@YoniKiriaty
Copy link
Contributor

@YoniKiriaty YoniKiriaty commented Jan 25, 2026

image

@YoniKiriaty YoniKiriaty self-assigned this Jan 25, 2026
@YoniKiriaty YoniKiriaty added the feature A new Feature! label Jan 25, 2026

const createNewScoutingForm = () => structuredClone(defaultScoutForm);
const createNewScoutingForm = (): ScoutingForm =>
JSON.parse(JSON.stringify(defaultScoutForm));

Check warning

Code scanning / ESLint

Disallow returning a value with type `any` from a function Warning

Unsafe return of a value of type any.
@YoniKiriaty YoniKiriaty merged commit 38667fc into master Jan 25, 2026
2 checks passed
@YoniKiriaty YoniKiriaty deleted the scouting/feat/shift-tab branch January 25, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new Feature!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants