From cb3cf2b76fc8a377798580b734da121b7f2217b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=D0=94=D1=8C=D1=8F=D0=BA=D0=BE=D0=BD=D0=BE=D0=B2?= <48956742+Holiden@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:33:22 +0700 Subject: [PATCH] docs: deleted an extra character (#25248) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Damian GÅ‚owala --- docs/2.guide/1.concepts/9.code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/1.concepts/9.code-style.md b/docs/2.guide/1.concepts/9.code-style.md index c312074f0d..3b9e27bcbd 100644 --- a/docs/2.guide/1.concepts/9.code-style.md +++ b/docs/2.guide/1.concepts/9.code-style.md @@ -10,7 +10,7 @@ The recommended approach for Nuxt is to enable ESLint support using [`@nuxt/esli At the moment, this configuration will not format your files; you can set up Prettier or another tool to do so. ::alert{type=info} -We're currently working to refactor the Nuxt ESLint configuration. Subscribe to [the Nuxt ESLint roadmap](https://github.com/nuxt/eslint-config/issues/303) to follow updates.] +We're currently working to refactor the Nuxt ESLint configuration. Subscribe to the [Nuxt ESLint roadmap](https://github.com/nuxt/eslint-config/issues/303) to follow updates. :: ### Install Dependencies