-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(NA): add elastic prefix to eslint-config-kibana (#76059)
Co-authored-by: Elastic Machine <[email protected]>
- Loading branch information
1 parent
7826246
commit 0068c87
Showing
13 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/eslint-config-kibana/README.md → ...es/elastic-eslint-config-kibana/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# eslint-config-kibana | ||
# elastic-eslint-config-kibana | ||
|
||
The eslint config used by the kibana team | ||
|
||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
"main": ".eslintrc.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/elastic/eslint-config-kibana.git" | ||
"url": "git+https://github.com/elastic/kibana.git" | ||
}, | ||
"keywords": [], | ||
"author": "Spencer Alger <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/elastic/kibana/tree/master/packages/eslint-config-kibana" | ||
"url": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana" | ||
}, | ||
"homepage": "https://github.com/elastic/kibana/tree/master/packages/eslint-config-kibana", | ||
"homepage": "https://github.com/elastic/kibana/tree/master/packages/elastic-eslint-config-kibana", | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^3.10.0", | ||
"@typescript-eslint/parser": "^3.10.0", | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters