We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e432127 commit 207c773Copy full SHA for 207c773
1 file changed
.eslintrc.js
@@ -31,6 +31,8 @@ const ELASTIC_LICENSE_HEADER = `
31
`;
32
33
module.exports = {
34
+ root: true,
35
+
36
extends: ['@elastic/eslint-config-kibana', 'plugin:@elastic/eui/recommended'],
37
38
overrides: [
0 commit comments