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

docs: [RU] Translation update #6417

Merged
merged 6 commits into from
Apr 13, 2021
Merged

Conversation

Alex-Sokolov
Copy link
Collaborator

@Alex-Sokolov Alex-Sokolov commented Apr 13, 2021

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Underlying tools
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

Other information:

About change in docs/ru/guide/cli-service.md

"lint-staged": {
+    "*.{js,vue}": "vue-cli-service lint"
-    "*.{js,vue}": [
-      "vue-cli-service lint",
-      "git add"
    ]
  }

REF: https://github.com/okonet/lint-staged/releases/tag/v10.0.0

Prior to version 10, tasks had to manually include git add as the final step. This behavior has been integrated into lint-staged itself in order to prevent race conditions with multiple tasks editing the same files. If lint-staged detects git add in task configurations, it will show a warning in the console. Please remove git add from your configuration after upgrading.

@NataliaTepluhina
Copy link
Member

Thanks, @Alex-Sokolov! The translation looks good to me 👍🏻

@NataliaTepluhina NataliaTepluhina merged commit 6563bc7 into vuejs:master Apr 13, 2021
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.

None yet

2 participants