Use Array.find instead of Array.filter
This commit is contained in:
parent
53ec604eb1
commit
eaf616c653
2 changed files with 2 additions and 3 deletions
|
|
@ -49,7 +49,6 @@
|
|||
"unicorn/no-null": "off",
|
||||
"unicorn/no-unused-properties": "error",
|
||||
"unicorn/no-useless-undefined": "off",
|
||||
"unicorn/prefer-array-find": "off",
|
||||
"unicorn/prefer-dataset": "off",
|
||||
"unicorn/prefer-node-append": "off",
|
||||
"unicorn/prefer-node-remove": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue