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 --- ext/js/dictionary/dictionary-data-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/js/dictionary') diff --git a/ext/js/dictionary/dictionary-data-util.js b/ext/js/dictionary/dictionary-data-util.js index a2a106cc..a90668f4 100644 --- a/ext/js/dictionary/dictionary-data-util.js +++ b/ext/js/dictionary/dictionary-data-util.js @@ -286,7 +286,7 @@ export function isNonNounVerbOrAdjective(wordClasses) { case 'vs': isVerbOrAdjective = true; isSuruVerb = true; - // falls through + // Falls through case 'n': isNoun = true; break; -- cgit v1.2.3