mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Fix es lint errors and warnings and enforce es lint as build breaker. (#1878)
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -142,7 +142,7 @@ const Content: FC<Props> = ({ file, repository, revision, breadcrumb, error }) =
|
||||
repository,
|
||||
file,
|
||||
revision: revision ? encodeURIComponent(revision) : "",
|
||||
handleExtensionError: setErrorFromExtension,
|
||||
handleExtensionError: setErrorFromExtension
|
||||
}}
|
||||
renderAll={true}
|
||||
/>
|
||||
@@ -201,7 +201,7 @@ const Content: FC<Props> = ({ file, repository, revision, breadcrumb, error }) =
|
||||
props={{
|
||||
file,
|
||||
repository,
|
||||
revision,
|
||||
revision
|
||||
}}
|
||||
/>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user