E0053: missing property name between '.' and '.'
The .
operator accesses an object's property. It is a syntax error to write
two .
in a row without a property name in between:
To fix this error, write the property name between the two .
s:
Alternatively, concatenate strings using +
instead of ..
:
Introduced in quick-lint-js version 0.2.0.