willtheorangeguy / willtheorangeguy.github.io

Useless template literal found JS-R1004
Anti-pattern
Minor
5 months ago6 months old
Template string can be replaced with regular string literal
1050        function r() {
1051          i++,
1052            i === a &&
1053              (console.debug(`All Portfolio Isotope instances loaded.`),1054              window.location.hash &&
1055                m(decodeURIComponent(window.location.hash), 0));
1056        }