E0210: unopened block comment
Block comments start with /*
and end with */
. It is a syntax error for a
block comment to end but not start:
To fix this error, remove the */
:
Alternatively, use //
or if (false)
to avoid nesting block comments:
Alternatively, write an expression between *
and /
:
Introduced in quick-lint-js version 0.4.0.
Documentation for other errors