Skip to content

Commit 88144cf

Browse files
authored
Update README.md
1 parent ba0c182 commit 88144cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
### Шаг 1. (ставим eslint config и peer deps):
88

99
```bash
10-
(
11-
export PKG=@evo/eslint-config-uaprom;
12-
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
13-
)
10+
npm info "[email protected]" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "@evo/eslint-config-uaprom@latest"
1411
```
12+
1513
### Шаг 2. (Добавляем в eslintrc)
1614
```bash
1715
echo '{"extends": "@evo/eslint-config-uaprom"}' > .eslintrc

0 commit comments

Comments
 (0)