Skip to content

Commit

Permalink
remove unnecessary ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Sep 2, 2020
1 parent 1bff16b commit 18a7d13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/legacy/server/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import { i18n, i18nLoader } from '@kbn/i18n';
import { basename } from 'path';
import { Server } from 'hapi';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { fromRoot } from '../../../core/server/utils';
import { getTranslationPaths } from './get_translations_path';
import { I18N_RC } from './constants';
Expand Down
1 change: 0 additions & 1 deletion src/legacy/utils/artifact_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* under the License.
*/

// eslint-disable-next-line @kbn/eslint/no-restricted-paths
import { pkg } from '../../core/server/utils';
export const IS_KIBANA_DISTRIBUTABLE = pkg.build && pkg.build.distributable === true;
export const IS_KIBANA_RELEASE = pkg.build && pkg.build.release === true;

0 comments on commit 18a7d13

Please sign in to comment.