mark eslint config as root (#44699)

This commit is contained in:
Spencer 2019-09-03 13:57:09 -07:00 committed by GitHub
parent 55e2d65970
commit 8603607afb
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: [