Skip to content

Commit b38671d

Browse files
authored
Update part5c.md
It's .eslintrc.cjs now
1 parent 712b3f6 commit b38671d

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)