Add lint rule to prevent server code being imported into client (#52447)

This commit is contained in:
Josh Dover 2019-12-13 12:26:04 -06:00 committed by GitHub
parent 6c1f248c4f
commit ec2134d221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
115 changed files with 639 additions and 86 deletions

View file

@ -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[];