Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Nov 24, 2023
1 parent edf26ea commit ee56458
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ x-pack/packages/ml/agg_utils @elastic/ml-ui
x-pack/packages/ml/anomaly_utils @elastic/ml-ui
x-pack/packages/ml/category_validator @elastic/ml-ui
x-pack/packages/ml/chi2test @elastic/ml-ui
x-pack/packages/ml/creation_wizard_utils @elastic/ml-ui
x-pack/packages/ml/data_frame_analytics_utils @elastic/ml-ui
x-pack/packages/ml/data_grid @elastic/ml-ui
x-pack/packages/ml/data_view_utils @elastic/ml-ui
Expand Down
2 changes: 1 addition & 1 deletion x-pack/packages/ml/creation_wizard_utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "@kbn/ml-creation-wizard-utils",
"private": true,
"version": "1.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0"
"license": "Elastic License 2.0"
}
6 changes: 4 additions & 2 deletions x-pack/packages/ml/creation_wizard_utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
},
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.tsx",
],
"exclude": [
"target/**/*"
],
"kbn_references": []
"kbn_references": [
"@kbn/i18n",
]
}
1 change: 1 addition & 0 deletions x-pack/plugins/ml/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@
"@kbn/rule-registry-plugin",
"@kbn/securitysolution-ecs",
"@kbn/ml-data-view-utils",
"@kbn/ml-creation-wizard-utils",
],
}
3 changes: 2 additions & 1 deletion x-pack/plugins/transform/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"@kbn/react-kibana-mount",
"@kbn/core-plugins-server",
"@kbn/data-view-editor-plugin",
"@kbn/ml-data-view-utils"
"@kbn/ml-data-view-utils",
"@kbn/ml-creation-wizard-utils"
],
"exclude": [
"target/**/*",
Expand Down

0 comments on commit ee56458

Please sign in to comment.