diff --git a/eslint.config.js b/eslint.config.js index 12faeab62..0e82e5d2e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -124,7 +124,7 @@ export default [ object: true, }, ], - "quote-props": ["error", "consistent-as-needed"], + "quote-props": ["error", "as-needed"], "space-before-blocks": ["error", "always"], "space-before-function-paren": [ "error",