Skip to content

lint: Enforce camelCase for symbol names

Florian Müllner requested to merge lint-camelcase into master

All variables should be in camelCase, so configure the corresponding rule to enforce this. Exempt properties for now, to accommodate the existing practice of using C-style underscore names for construct properties of introspected objects.

Merge request reports