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

This commit is contained in:
Spencer 2019-09-03 16:01:43 -07:00 committed by GitHub
parent abcb4fa3fb
commit 5cf67d7087
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: [