Include CSS properties into known js contexts

Bug: 357571602
Change-Id: Ie5f71b8582e28d8759519ef1397c7033debdbfed
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5816335
Auto-Submit: Danil Somsikov <[email protected]>
Reviewed-by: Philip Pfaffe <[email protected]>
Commit-Queue: Danil Somsikov <[email protected]>
diff --git a/front_end/.eslintrc.js b/front_end/.eslintrc.js
index 9e3b9ec..22c14bf 100644
--- a/front_end/.eslintrc.js
+++ b/front_end/.eslintrc.js
@@ -175,6 +175,12 @@
         // TODO(crbug/1402569): Reenable once https://github.com/microsoft/TypeScript/issues/48885 is closed.
         'rulesdir/use_private_class_members': 'off',
       }
+    },
+    {
+      'files': ['generated/SupportedCSSProperties.js'],
+      'rules': {
+        'rulesdir/jslog_context_list': 'error',
+      }
     }
   ]
 };