Say I use multi-line formatting like the following. ``` <%= link_to( "Tutorials & help", tutorial_path, ) %> ``` How do I disable html-no-unescaped-entities?
Say I use multi-line formatting like the following.
How do I disable html-no-unescaped-entities?