diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 47e9c9a7a..edee1a8dc 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,7 +2,9 @@ "id": "alertingDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "configPath": ["opensearch_alerting"], + "configPath": [ + "opensearch_alerting" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -16,4 +18,4 @@ ], "server": true, "ui": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index e41f4b65d..d0946056d 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,7 @@ "@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards", "cypress": "^6.0.0", "husky": "^3.0.0", - "lint-staged": "^10.2.0", - "@babel/plugin-transform-modules-commonjs": "^7.16.5" + "lint-staged": "^10.2.0" }, "dependencies": { "brace": "0.11.1", @@ -63,4 +62,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file