We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53eeff7 commit 83ed15cCopy full SHA for 83ed15c
README.md
@@ -3,7 +3,13 @@
3
готовым конфигом на базе [airbnb](https://github.com/airbnb/javascript)
4
5
## Установка
6
-1. *npm install --save-dev @evo/eslint-config-uaprom eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint*
+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
13
2. *echo '{"extends": "@evo/eslint-config-uaprom"}' > .eslintrc*
14
15
## Настройка для webpack для нового проекта
0 commit comments