-
Notifications
You must be signed in to change notification settings - Fork 87
Update textlint with preset-vuejs-jp #375
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
Update textlint with preset-vuejs-jp #375
Conversation
半角スペースの削除忘れと、コードブロック前後の追加忘れをかなり多く検出できたので、よさそうです。 「である/ですます」のチェックがメジャーバージョンアップのためか、文中で何箇所も検出されるようになったので手直しします。 |
いくつかショックなことがありました。 現在の構造では 今回の PR で textlint はルール通りに動作するようになります。 |
3回目のトライ 実行結果
まだ、96箇所のエラーがありますが、文中に出現する「である」調がほとんどでした。 |
4回目のトライ Details
まだ「->」で山カッコの対がないというルールに該当してしまいます。 |
5回目のトライ Details
「< IE11」で山カッコの対がないというルールに該当したのが残りました。 |
* lang-ja: API Reference > Application API の翻訳を追従 (vuejs-jp#371) API Reference > Application Config の翻訳を追従 (vuejs-jp#367)
* lang-ja: (28 commits) fix: json format quotation feature: add Vue 3 vueschool links Update custom-directive.md Fix: broken gif url fix: unify the words and leave colon as it is API Reference > Options DOM の翻訳を追従 (vuejs-jp#396) API Reference > Options Data の翻訳を追従 (vuejs-jp#395) Cookbook の翻訳を追従 (vuejs-jp#394) docs: elaborate on how style auto-prefixing works (vuejs-jp#393) Update introduction.md (vuejs-jp#392) docs: a few improvements (vuejs-jp#391) The description of this in setup is inconsistent with the source code (vuejs-jp#388) Add onActivated and onDeacitvated hooks to the list (vuejs-jp#387) docs: update recommended node version (vuejs-jp#386) fix: use method shorthands and switch indexOf to includes (vuejs-jp#385) fix: prevent CodePens from stealing focus and scrolling the page (vuejs-jp#384) docs: Update key-attribute.md (vuejs-jp#383) Add created hook to custom directives code example (vuejs-jp#382) API Reference > Global API の翻訳を追従 (vuejs-jp#376) guide/typescript-support.mdのtypoを修正(肩→型) (vuejs-jp#403) ...
✔️ Deploy Preview for vuejs-v3-ja-doc-preview ready! 🔨 Explore the source changes: dedb883 🔍 Inspect the deploy log: https://app.netlify.com/sites/vuejs-v3-ja-doc-preview/deploys/60d6a35d591c8e0007f42772 😎 Browse the preview: https://deploy-preview-375--vuejs-v3-ja-doc-preview.netlify.app |
Netlify の Node バージョンが 12.18.0 であるため、 https://github.com/netlify/build-image/blob/xenial/Dockerfile#L268
https://docs.netlify.com/configure-builds/manage-dependencies/#node-js-and-javascript |
* lang-ja: fix: update positioning in lifecycle diagram fix: await router push in ssr server chore: update partners contact info
Description of Problem
背景は vuejs-jp/textlint-rule-preset-vuejs-jp#1 を参照してください。
Proposed Solution
vuejs-jp/textlint-rule-preset-vuejs-jp の初導入です。
バージョンの更新やルールセットの追加で検出されたものの fix を含む予定です。
Additional Information