Skip to content

Commit af1d7b6

Browse files
committed
Remove restriction on Object.assign()
1 parent 21c5d52 commit af1d7b6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eslint.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ export default [{
7171
"no-lonely-if": "off",
7272
"no-new": "off",
7373

74-
"no-restricted-properties": [2, {
75-
object: "Object",
76-
property: "assign",
77-
}],
78-
7974
"no-unused-vars": "off",
8075
"no-warning-comments": "error",
8176
"object-curly-spacing": ["error", "never"],

0 commit comments

Comments
 (0)