Skip to content

Commit 96b7f4a

Browse files
committed
bump npm ver
2 parents 2a3cf20 + eb6bc3d commit 96b7f4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

55
## Установка
6-
1. *npm install npm install --save-dev @evo/eslint-config-uaprom eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y eslint*
7-
2. *echo "{"extends": "@evo/eslint-config-uaprom"}' > .eslintrc*
6+
1. *npm install --save-dev @evo/eslint-config-uaprom*
7+
2. *echo '{"extends": "@evo/eslint-config-uaprom"}' > .eslintrc*
88

99
## Настройка для webpack для нового проекта
1010
1. npm install --save-dev eslint-loader

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evo/eslint-config-uaprom",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Репозиторий c инструкцией подключения к другим проектам и готовым конфигом на базе [airbnb](https://github.com/airbnb/javascript)",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)