E0055: unmatched indexing bracket
It is an error to write the indexing operator [
without its matching ]
:
To fix this error, write the closing ]
, or remove the extraneous [
:
Introduced in quick-lint-js version 0.2.0.
Find bugs in JavaScript programs.
It is an error to write the indexing operator [
without its matching ]
:
To fix this error, write the closing ]
, or remove the extraneous [
:
Introduced in quick-lint-js version 0.2.0.