From 0f95fcb228fb9363ff7fb3f505bf150a66273056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Sat, 5 Oct 2024 10:12:36 +0200 Subject: [PATCH] chore: enable allowProperties on atomic-updates --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5882c6f..8ffe5a3 100644 --- a/src/index.js +++ b/src/index.js @@ -190,7 +190,7 @@ export default [ "prefer-spread": "off", "prefer-template": "off", radix: ["error", "as-needed"], - "require-atomic-updates": "warn", + "require-atomic-updates": ["warn", { allowProperties: true }], "require-await": "warn", "require-unicode-regexp": "warn", "sort-imports": "off",