I have read the answer to this similar question: Do I need quotes for strings in YAML?
However, there was no answer for whether we can escape quotes with strings containing forward slashes /
.
For example, do we need to add quotes to the following eslint rule 'react/no-deprecated': off
?