mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Add lint rule to prevent server code being imported into client (#52447)
This commit is contained in:
parent
6c1f248c4f
commit
ec2134d221
115 changed files with 639 additions and 86 deletions
|
@ -4,7 +4,7 @@
|
|||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
import { i18n } from '@kbn/i18n';
|
||||
import { Feature } from './feature';
|
||||
import { Feature } from '../common/feature';
|
||||
|
||||
export interface BuildOSSFeaturesParams {
|
||||
savedObjectTypes: string[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue