Skip to content

Commit e111148

Browse files
authored
Merge pull request #3742 from penguinness/patch-6
Update part5c.md
2 parents 712b3f6 + b38671d commit e111148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Eslint complains about the keywords _test_ and _expect_ in the tests. The proble
162162
npm install --save-dev eslint-plugin-vitest-globals
163163
```
164164

165-
and enable the plugin by editing the _.eslint.cjs_ file as follows:
165+
and enable the plugin by editing the _.eslintrc.cjs_ file as follows:
166166

167167
```js
168168
module.exports = {

0 commit comments

Comments
 (0)