Skip to content

Commit 83ed15c

Browse files
authored
Update README.md
1 parent 53eeff7 commit 83ed15c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
готовым конфигом на базе [airbnb](https://github.com/airbnb/javascript)
44

55
## Установка
6-
1. *npm install --save-dev @evo/eslint-config-uaprom eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint*
6+
1.
7+
```
8+
(
9+
export PKG=@evo/eslint-config-uaprom;
10+
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
11+
)
12+
```
713
2. *echo '{"extends": "@evo/eslint-config-uaprom"}' > .eslintrc*
814

915
## Настройка для webpack для нового проекта

0 commit comments

Comments
 (0)