Feature/migrate nexti18next to nextintl #1967
12 issues fixed. 12 issues found.
Annotations
Check notice on line 2 in pages/sites/[slug]/[locale]/profile/redeem/[code].tsx
codefactor-io / CodeFactor
pages/sites/[slug]/[locale]/profile/redeem/[code].tsx#L2
'FC' is defined but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 44 in pages/sites/[slug]/[locale]/home.tsx
codefactor-io / CodeFactor
pages/sites/[slug]/[locale]/home.tsx#L44
'redirect' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 37 in pages/sites/[slug]/[locale]/all.tsx
codefactor-io / CodeFactor
pages/sites/[slug]/[locale]/all.tsx#L37
'redirect' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check warning on line 187 in src/utils/apiRequests/api.ts
codefactor-io / CodeFactor
src/utils/apiRequests/api.ts#L187
Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
Check notice on line 37 in src/features/common/Layout/QueryParamsContext.tsx
codefactor-io / CodeFactor
src/features/common/Layout/QueryParamsContext.tsx#L37
'setLanguage' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 39 in pages/sites/[slug]/[locale]/t/[id].tsx
codefactor-io / CodeFactor
pages/sites/[slug]/[locale]/t/[id].tsx#L39
'token' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 512 in src/features/user/ManageProjects/components/DetailedAnalysis.tsx
codefactor-io / CodeFactor
src/features/user/ManageProjects/components/DetailedAnalysis.tsx#L389-L512
Complex Method
Check notice on line 138 in pages/_app.tsx
codefactor-io / CodeFactor
pages/_app.tsx#L113-L138
Complex Method
Check notice on line 65 in i18n.ts
codefactor-io / CodeFactor
i18n.ts#L65
'IntlMessages' is not defined. (no-undef)
Check notice on line 310 in src/features/user/ManageProjects/components/BasicDetails.tsx
codefactor-io / CodeFactor
src/features/user/ManageProjects/components/BasicDetails.tsx#L249-L310
Complex Method
Check notice on line 32 in src/features/common/Layout/QueryParamsContext.tsx
codefactor-io / CodeFactor
src/features/common/Layout/QueryParamsContext.tsx#L32
'tenantSupportedLocale' is assigned a value but never used. Allowed unused vars must match /^_/u. (@typescript-eslint/no-unused-vars)
Check notice on line 159 in src/features/common/Layout/Navbar/index.tsx
codefactor-io / CodeFactor
src/features/common/Layout/Navbar/index.tsx#L150-L159
Complex Method