We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712b3f6 commit b38671dCopy full SHA for b38671d
src/content/5/en/part5c.md
@@ -162,7 +162,7 @@ Eslint complains about the keywords _test_ and _expect_ in the tests. The proble
162
npm install --save-dev eslint-plugin-vitest-globals
163
```
164
165
-and enable the plugin by editing the _.eslint.cjs_ file as follows:
+and enable the plugin by editing the _.eslintrc.cjs_ file as follows:
166
167
```js
168
module.exports = {
0 commit comments