mark eslint config as root (#44699) (#44715)

This commit is contained in:
Spencer 2019-09-03 16:02:09 -07:00 committed by GitHub
parent e43212738a
commit 207c773f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,8 @@ const ELASTIC_LICENSE_HEADER = `
`;
module.exports = {
root: true,
extends: ['@elastic/eslint-config-kibana', 'plugin:@elastic/eui/recommended'],
overrides: [