fix menu items + add lint action #1
Annotations
2 errors and 10 warnings
prettier:
src/saves/RecentSaves.tsx#L15
Replace `"./util"` with `'./util'`
|
prettier
Process completed with exit code 1.
|
prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
prettier:
src/backend/backendProvider.tsx#L26
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
prettier:
src/components/filter/FilterAutocomplete.tsx#L48
React Hook useMemo has missing dependencies: 'indexField' and 'options'. Either include them or remove the dependency array
|
prettier:
src/pokemon/FileTypeSelect.tsx#L83
React Hook useMemo has a missing dependency: 'getEnabledSaveTypes'. Either include it or remove the dependency array
|
prettier:
src/pokemon/MetDataMovesDisplay.tsx#L120
React Hook useMemo has a missing dependency: 'getEnabledSaveTypes'. Either include it or remove the dependency array
|
prettier:
src/saves/SaveCard.tsx#L41
React Hook useMemo has missing dependencies: 'getEnabledSaveTypes', 'save.game', and 'save.pluginIdentifier'. Either include them or remove the dependency array. Outer scope values like 'origin' aren't valid dependencies because mutating them doesn't re-render the component
|
prettier:
src/saves/SaveCard.tsx#L46
React Hook useMemo has a missing dependency: 'saveType'. Either include it or remove the dependency array
|
prettier:
src/saves/SuggestedSaves.tsx#L58
React Hook useCallback has a missing dependency: 'getEnabledSaveTypes'. Either include it or remove the dependency array
|
prettier:
src/state/filter.tsx#L55
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
prettier:
src/state/lookup.tsx#L87
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|