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

「The --fix option on the command line can automatically fix」の「command line」のリンクのハッシュは古いのでは? #6

Labels

Comments

@ota-meshi
Copy link
Member

こんにちは。
どこでissue書いていいのか分からないついでにこのリポジトリに興味持ったので、こちらでissue書かせていただきます!

自動修正可能なルールのdocs(例えばここ)に以下のような記述がありますが、

The --fix option on the command line can automatically fix some of the problems reported by this rule.

この「command line」部分のリンク先は、
https://eslint.org/docs/user-guide/command-line-interface#fix

となっていますが、これは本来、

https://eslint.org/docs/user-guide/command-line-interface#fixing-problems

https://eslint.org/docs/user-guide/command-line-interface#--fix
を意図していたのではないでしょうか?

全てのドキュメントを確認したわけではないので、もしかすると限定的なものかもしれませんが少なくとも以下は#fixとなっていました。
https://eslint.org/docs/rules/no-extra-boolean-cast
https://eslint.org/docs/rules/no-extra-parens
https://eslint.org/docs/rules/no-extra-semi

@mysticatea
Copy link
Member

おお、報告ありがとうございます。
修正する PR を作りました。

@ota-meshi
Copy link
Member Author

素早い対応ありがとうございます!
eslint-plugin-vue も同じ現象だったので(もともとvueで気がつきました)合わせてPRしてみます。

aladdin-add pushed a commit to eslint/eslint that referenced this issue Jul 23, 2018
This was referenced Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment