feat(eslint): Rule "prefer-object-spread"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:02:36 +04:00
parent b0067fb63e
commit 8b3dc0cee4
2 changed files with 4 additions and 1 deletions

View File

@ -395,6 +395,9 @@
"ignoreReadBeforeAssign": false
}
],
"prefer-object-spread": [
"error"
],
"prefer-reflect": [
"off"
],