fix all violations

This commit is contained in:
spalger 2022-04-16 01:29:35 -05:00
parent bd8171c13e
commit 3730dd0779
11447 changed files with 21110 additions and 22288 deletions

View file

@ -9,7 +9,7 @@
import fs from 'fs/promises';
import path from 'path';
import type { PluginInitializer, PrebootPlugin } from 'kibana/server';
import type { PluginInitializer, PrebootPlugin } from '@kbn/core/server';
export const plugin: PluginInitializer<void, never> = (initializerContext): PrebootPlugin => ({
setup: (core) => {