mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -4,6 +4,19 @@ import * as validation from "./validation";
|
||||
import * as urls from "./urls";
|
||||
import * as repositories from "./repositories";
|
||||
|
||||
// not sure if it is required
|
||||
import {
|
||||
File,
|
||||
FileChangeType,
|
||||
Hunk,
|
||||
Change,
|
||||
BaseContext,
|
||||
AnnotationFactory,
|
||||
AnnotationFactoryContext,
|
||||
DiffEventHandler,
|
||||
DiffEventContext
|
||||
} from "./repos";
|
||||
|
||||
export { validation, urls, repositories };
|
||||
|
||||
export { default as DateFromNow } from "./DateFromNow";
|
||||
@@ -51,19 +64,6 @@ export * from "./modals";
|
||||
export * from "./navigation";
|
||||
export * from "./repos";
|
||||
|
||||
// not sure if it is required
|
||||
import {
|
||||
File,
|
||||
FileChangeType,
|
||||
Hunk,
|
||||
Change,
|
||||
BaseContext,
|
||||
AnnotationFactory,
|
||||
AnnotationFactoryContext,
|
||||
DiffEventHandler,
|
||||
DiffEventContext
|
||||
} from "./repos";
|
||||
|
||||
export {
|
||||
File,
|
||||
FileChangeType,
|
||||
|
||||
Reference in New Issue
Block a user