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:
27
27
28
28
``` bash
29
29
# 1. Install the new versions.
30
- npm install --save-dev eslint@7
[email protected]
30
+ npm install --save-dev eslint@7 eslint-config-torchbox@^ 0.6.0
31
31
# 2. Attempt to auto-fix any new issue picked up by ESLint.
32
32
npm run lint:js -- --fix
33
33
npm run format
@@ -111,7 +111,7 @@ Here are recommended steps:
111
111
112
112
``` bash
113
113
# 1. Install the new versions.
114
- npm install --save-dev eslint@8
[email protected]
114
+ npm install --save-dev eslint@8 eslint-config-torchbox@^ 0.5.0
115
115
# 2. Attempt to auto-fix any new issue picked up by ESLint.
116
116
npm run lint:js -- --fix
117
117
npm run format
@@ -184,7 +184,7 @@ Here are recommended steps:
184
184
185
185
``` bash
186
186
# 1. Install the new versions.
187
- npm install --save-dev eslint@7
[email protected]
187
+ npm install --save-dev eslint@7 eslint-config-torchbox@^ 0.4.0
188
188
# 2. Attempt to auto-fix any new issue picked up by ESLint.
189
189
npm run lint:js -- --fix
190
190
npm run format
You can’t perform that action at this time.
0 commit comments