Merge pull request #646 from gcko/feature/fix-seven-lint-configurations #8
Annotations
10 warnings
eslint:
js/app/page.tsx#L80
'isLoading' is assigned a value but never used
|
eslint:
js/app/page.tsx#L82
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
eslint:
js/app/page.tsx#L110
Invalid type "string | number | undefined" of template literal expression
|
eslint:
js/app/page.tsx#L124
Invalid type "string | null | undefined" of template literal expression
|
eslint:
js/app/page.tsx#L185
'reviewMode' is assigned a value but never used
|
eslint:
js/app/page.tsx#L185
'fileMode' is assigned a value but never used
|
eslint:
js/app/page.tsx#L227
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
eslint:
js/src/components/app/EnvInfo.tsx#L115
Unnecessary conditional, value is always truthy
|
eslint:
js/src/components/app/Filename.tsx#L50
Invalid type "any" of template literal expression
|
eslint:
js/src/components/app/Filename.tsx#L50
Unsafe member access .detail on an `any` value
|