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 8ab1a7c commit 8f853a3Copy full SHA for 8f853a3
docs/user-guide/index.md
@@ -483,7 +483,7 @@ In [Nuxt 3](https://nuxt.com/) or with [`unplugin-auto-import`](https://github.c
483
484
::: code-group
485
486
-```json [.eslintrc]
+```json [.eslintrc]
487
{
488
"globals": {
489
"ref": "readonly",
@@ -495,7 +495,7 @@ In [Nuxt 3](https://nuxt.com/) or with [`unplugin-auto-import`](https://github.c
495
}
496
```
497
498
-```js [eslint.config.js]
+```js [eslint.config.js]
499
export default [
500
501
languageOptions: {
0 commit comments