Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 29, 2021
1 parent fd26fba commit 107bb39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-cli-dev-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@kbn/http-tools": "link:../kbn-server-http-tools",
"@kbn/optimizer": "link:../kbn-optimizer",
"@kbn/std": "link:../kbn-std",
"@kbn/dev-utils": "link:../kbn-dev-utils",
"@kbn/utils": "link:../kbn-utils"
},
"devDependencies": {
"@kbn/dev-utils": "link:../kbn-dev-utils",
"@kbn/utility-types": "link:../kbn-utility-types"
}
}
7 changes: 6 additions & 1 deletion packages/kbn-cli-dev-mode/src/base_path_proxy_server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
import { Server } from '@hapi/hapi';
import { EMPTY } from 'rxjs';
import supertest from 'supertest';
import { getServerOptions, getListenerOptions, createServer, IHttpConfig } from '@kbn/server-http-tools';
import {
getServerOptions,
getListenerOptions,
createServer,
IHttpConfig,
} from '@kbn/server-http-tools';
import { ByteSizeValue } from '@kbn/config-schema';

import { BasePathProxyServer, BasePathProxyServerOptions } from './base_path_proxy_server';
Expand Down

0 comments on commit 107bb39

Please sign in to comment.