From 4e77741d22778bd09b772fc53f1cbd64107e3d24 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 16 Feb 2024 19:37:01 -0500 Subject: Even more eslint rules (#696) * capitalized-comments * Turn rules on * Add miscellaneous rules * More rules --- test/utilities/translator.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/utilities') diff --git a/test/utilities/translator.js b/test/utilities/translator.js index b77bfb39..f452e688 100644 --- a/test/utilities/translator.js +++ b/test/utilities/translator.js @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +// eslint-disable-next-line no-template-curly-in-string const placeholder = '${title}'; /** -- cgit v1.2.3