-2
I set up a Node server, and when I went to do the tests to get up to production I saw that Eslint was accusing me of an error:
Just for the record, it’s working as due, delete is removing the property of the object, however, I can’t pass the Eslint test and others, such as github itself because of this error. I wanted to know what would be the best practice, for the use of delete in this case.