File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Here are recommended steps:
2727
2828``` bash
2929# 1. Install the new versions.
30- npm install --save-dev eslint@7 eslint-config-torchbox@0.6.0
30+ npm install --save-dev eslint@7 eslint-config-torchbox@^ 0.6.0
3131# 2. Attempt to auto-fix any new issue picked up by ESLint.
3232npm run lint:js -- --fix
3333npm run format
@@ -111,7 +111,7 @@ Here are recommended steps:
111111
112112``` bash
113113# 1. Install the new versions.
114- npm install --save-dev eslint@8 eslint-config-torchbox@0.5.0
114+ npm install --save-dev eslint@8 eslint-config-torchbox@^ 0.5.0
115115# 2. Attempt to auto-fix any new issue picked up by ESLint.
116116npm run lint:js -- --fix
117117npm run format
@@ -184,7 +184,7 @@ Here are recommended steps:
184184
185185``` bash
186186# 1. Install the new versions.
187- npm install --save-dev eslint@7 eslint-config-torchbox@0.4.0
187+ npm install --save-dev eslint@7 eslint-config-torchbox@^ 0.4.0
188188# 2. Attempt to auto-fix any new issue picked up by ESLint.
189189npm run lint:js -- --fix
190190npm run format
You can’t perform that action at this time.
0 commit comments