mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
mark eslint config as root (#44699)
This commit is contained in:
parent
55e2d65970
commit
8603607afb
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ const ELASTIC_LICENSE_HEADER = `
|
|||
`;
|
||||
|
||||
module.exports = {
|
||||
root: true,
|
||||
|
||||
extends: ['@elastic/eslint-config-kibana', 'plugin:@elastic/eui/recommended'],
|
||||
|
||||
overrides: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue