add prettier
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
// For more information about this file see https://dove.feathersjs.com/guides/cli/typescript.html
|
||||
import {
|
||||
HookContext as FeathersHookContext,
|
||||
NextFunction,
|
||||
} from "@feathersjs/feathers";
|
||||
import { Application as FeathersApplication } from "@feathersjs/express";
|
||||
import { HookContext as FeathersHookContext, NextFunction } from '@feathersjs/feathers';
|
||||
import { Application as FeathersApplication } from '@feathersjs/express';
|
||||
type ApplicationConfiguration = any;
|
||||
|
||||
export { NextFunction };
|
||||
|
||||
Reference in New Issue
Block a user