From 2e889e70a678b9574882c55d67e33d8e562a4b80 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Thu, 28 Aug 2025 01:19:15 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20chore=20(eslint):=20relax?= =?UTF-8?q?=20eslint=20stylistic=20rules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 46987ead..42a5d851 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -10,7 +10,6 @@ export default withNuxt( stylistic: { semi: false, quotes: 'single', - quoteProps: 'as-needed', // Less strict formatting jsx: false, trailingComma: 'all',