E0027: missing semicolon after statement
If multiple statements are on the same line, they must be separated with a
semicolon (;
):
To fix this error, add a semicolon, break the line, or use a dot (.
) to call a
method:
Introduced in quick-lint-js version 0.2.0.
Documentation for other errors