Skip to content

Commit

Permalink
[Bug] Fix broken links in opensearch-eslint-config-opensearch-dashboa…
Browse files Browse the repository at this point in the history
…rds (#605)

Both package.json and README.md in
/packages/opensearch-eslint-config-opensearch-dashboards
have some broken links or old concepts. This PR fixes these two files.

Partically Resolved:
#592

Signed-off-by: Anan Zhuang <ananzh@amazon.com>
  • Loading branch information
ananzh committed Jul 9, 2021
1 parent 982f516 commit 877521c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elastic-eslint-config-kibana
# opensearch-eslint-config-opensearch-dashboards

The eslint config used by the kibana team
The eslint config used by the opensearch dashboards team

## Usage

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/eslint-config-kibana",
"version": "0.15.0",
"description": "The eslint config used by the kibana team",
"description": "The eslint config used by the opensearch dashboards team",
"main": ".eslintrc.js",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"author": "Spencer Alger <email@spalger.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/master/packages/elastic-eslint-config-kibana"
"url": "https://github.com/opensearch-project/OpenSearch-Dashboards/issues"
},
"homepage": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/master/packages/elastic-eslint-config-kibana",
"homepage": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/packages/opensearch-eslint-config-opensearch-dashboards",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
Expand Down

0 comments on commit 877521c

Please sign in to comment.