Skip to content

Commit

Permalink
chore: enable allowProperties on atomic-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Oct 5, 2024
1 parent 50503c0 commit 0f95fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f95fcb

Please sign in to comment.