Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sergi-hide_create…
Browse files Browse the repository at this point in the history
…_template_action-97093
  • Loading branch information
semd committed Apr 28, 2021
2 parents ed6e0a3 + 5560802 commit f3c3035
Show file tree
Hide file tree
Showing 327 changed files with 7,385 additions and 4,010 deletions.
22 changes: 22 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,10 @@ module.exports = {
['parent', 'sibling', 'index'],
],
pathGroups: [
{
pattern: '{**,.}/*.test.mocks',
group: 'unknown',
},
{
pattern: '{@kbn/**,src/**,kibana{,/**}}',
group: 'internal',
Expand All @@ -1402,6 +1406,24 @@ module.exports = {
},
},

/**
* Do not allow `any`
*/
{
files: [
'packages/kbn-analytics/**',
// 'packages/kbn-telemetry-tools/**',
'src/plugins/kibana_usage_collection/**',
'src/plugins/usage_collection/**',
'src/plugins/telemetry/**',
'src/plugins/telemetry_collection_manager/**',
'src/plugins/telemetry_management_section/**',
'x-pack/plugins/telemetry_collection_xpack/**',
],
rules: {
'@typescript-eslint/no-explicit-any': 'error',
},
},
{
files: [
// core-team owned code
Expand Down
Loading

0 comments on commit f3c3035

Please sign in to comment.