Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix eslint-plugin-promise docs location #32

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

macklinu
Copy link
Contributor

eslint-community/eslint-plugin-promise#112 moves the eslint-plugin-promise documentation from the README to a docs/rules directory. These paths are properly annotated in the meta.docs.url property for each rule, but until the next version of eslint-plugin-promise is released, we'll need to direct users the new URL in this PR.

@Arcanemagus
Copy link
Collaborator

Marking as blocked until that is actually merged and the links are valid.

@macklinu
Copy link
Contributor Author

@Arcanemagus just merged eslint-community/eslint-plugin-promise#112 - thank you!

plugins.json Outdated
@@ -27,7 +27,7 @@
"no-use-extend-native": "dustinspecker",
"node": "mysticatea",
"prettier": "https://github.com/prettier/eslint-plugin-prettier#options",
"promise": "https://github.com/xjamundx/eslint-plugin-promise#RULENAME",
"promise": "https://github.com/xjamundx/eslint-plugin-promise/blob/master/docs/rules/RULENAME.md",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, this can now use the shorthand syntax of just xjamundx here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, will push up this change. 👍

@macklinu macklinu force-pushed the eslint-plugin-promise branch from 2298bb0 to 0f72ae0 Compare February 23, 2018 17:30
@Arcanemagus Arcanemagus merged commit 3e56d27 into jfmengels:master Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants