Skip to content

Do not allow whitespace after a dot before a property/function

richard.petersen requested to merge feature/no-whitespace-before-property into master

This is mainly to prevent bugs, where someone wanted to place a comma but accidently wrote a dot.

Example: foo('and'. bar) vs foo('and', bar)

Merge request reports