Skip to content

Commit 8a53fe0

Browse files
committed
Disable eslint complain for the legacy config/schema.js import
1 parent b3bd35f commit 8a53fe0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/legacy/server/config/schema.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
import Joi from 'joi';
2121
import os from 'os';
2222

23-
import {
24-
fromRoot
25-
} from '../../../core/server/utils';
23+
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
24+
import { fromRoot } from '../../../core/server/utils';
2625
import {
2726
DEFAULT_CSP_RULES,
2827
DEFAULT_CSP_STRICT,

0 commit comments

Comments
 (0)