Skip to content

Commit 26d965a

Browse files
authored
Merge pull request #1 from Alex-Sokolov/patch-1
[RU] Update linting.md
2 parents 5a6a602 + 92291b3 commit 26d965a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/ru/guide/linting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@ module.exports = {
4747
```
4848
## stylelint
4949

50-
[stylelint](https://stylelint.io) supports linting style parts of Vue single file components.
50+
[stylelint](https://stylelint.io) поддерживает проверку секций стилей в однофайловых компонентах Vue.
5151

52-
[Make sure that your stylelint config is right.](https://stylelint.io/user-guide/configuration/)
52+
[Убедитесь, что ваша конфигурация stylelint корректна.](https://stylelint.io/user-guide/configuration/)
5353

54-
Затем в командной строке:
54+
Затем выполните в командной строке:
5555

5656
``` bash
5757
stylelint MyComponent.vue
5858
```
5959

60-
Другим вариантом использования будет [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin):
60+
Вы также можете использовать плагин [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin):
6161

6262
``` bash
6363
npm install -D stylelint-webpack-plugin
6464
```
6565

66-
Make sure it's applied as a plugin:
66+
Убедитесь, что добавили плагин в конфигурацию:
6767

6868
``` js
6969
// webpack.config.js

0 commit comments

Comments
 (0)