Skip to content

Commit 207c773

Browse files
author
Spencer
authored
mark eslint config as root (#44699) (#44715)
1 parent e432127 commit 207c773

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const ELASTIC_LICENSE_HEADER = `
3131
`;
3232

3333
module.exports = {
34+
root: true,
35+
3436
extends: ['@elastic/eslint-config-kibana', 'plugin:@elastic/eui/recommended'],
3537

3638
overrides: [

0 commit comments

Comments
 (0)