E0289: 'public' is not allowed in JavaScript
JavaScript properties are public by default. It is a syntax error to
write public
explicitly:
To fix this error, remove the public
keyword:
Introduced in quick-lint-js version 2.10.0.
Find bugs in JavaScript programs.
JavaScript properties are public by default. It is a syntax error to
write public
explicitly:
To fix this error, remove the public
keyword:
Introduced in quick-lint-js version 2.10.0.