As of Mongo DB 4.0, one can specify a write concern for the drop() command in the mongo shell (docs).
It would be nice if this was also possible when using the Node.js driver. (It currently isn't: docs.)