fixes stuff #461
Merged
fixes stuff #461
Annotations
10 errors and 9 warnings
|
Linting:
apps/oneclient/frontend/src/components/Bundle/ModCard.tsx#L158
Unnecessary optional chain on a non-nullish value
|
|
Linting:
apps/oneclient/frontend/src/components/Bundle/ModCard.tsx#L140
Strings must use singlequote
|
|
Linting:
apps/oneclient/frontend/src/components/Bundle/DownloadModButton.tsx#L15
Strings must use singlequote
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L88
A space is required before ']'
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L88
A space is required after '['
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L87
A space is required before ']'
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L87
There should be a linebreak after this element
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L87
There should be a linebreak after this element
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L87
There should be a linebreak after this element
|
|
Linting:
apps/oneclient/desktop/Cargo.toml#L87
A space is required after '['
|
|
Linting:
apps/oneclient/frontend/src/routes/onboarding/preferences/versionCategory.tsx#L143
React Hook useMemo has a missing dependency: 'onClickOnMod'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/routes/app/account/skins.tsx#L136
React Hook useEffect has missing dependencies: 'setSkins' and 'skinData'. Either include them or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/routes/app/account/skins.tsx#L123
React Hook useEffect has a missing dependency: 'profileData'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/hooks/useSettings.ts#L65
React Hook useMemo has a missing dependency: 'profileSrc'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/hooks/useSettings.ts#L22
React Hook useMemo has a missing dependency: 'setSetting'. Either include it or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/components/Stepper.tsx#L17
Do not use item index in the array as its key
|
|
Linting:
apps/oneclient/frontend/src/components/SkinViewer.tsx#L97
React Hook useEffect has missing dependencies: 'animation', 'autoRotate', 'autoRotateSpeed', 'enableDamping', 'enablePan', 'enableRotate', 'enableZoom', 'playerRotatePhi', 'playerRotateTheta', 'translateRotateX', 'translateRotateY', 'translateRotateZ', and 'zoom'. Either include them or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/components/DownloadMods.tsx#L159
React Hook useEffect has missing dependencies: 'download' and 'useParallelModDownloading'. Either include them or remove the dependency array
|
|
Linting:
apps/oneclient/frontend/src/components/Bundle/ModCard.tsx#L128
React Hook useMemo has a missing dependency: 'kind'. Either include it or remove the dependency array
|
Loading