Skip to content

Commit

Permalink
Merge branch 'master' into move-kbn-es-into-bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 5, 2021
2 parents ebb7c21 + 1322eee commit 25340e3
Show file tree
Hide file tree
Showing 208 changed files with 3,840 additions and 888 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1256,6 +1256,22 @@ module.exports = {
},
},

/**
* Discover overrides
*/
{
files: ['src/plugins/discover/**/*.{ts,tsx}'],
rules: {
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/ban-ts-comment': [
'error',
{
'ts-expect-error': false,
},
],
},
},

/**
* Enterprise Search overrides
* NOTE: We also have a single rule at the bottom of the file that
Expand Down
Loading

0 comments on commit 25340e3

Please sign in to comment.