E0011: character is not allowed in identifiers
JavaScript allows certain non-ASCII characters in identifiers. Some characters, including most emoji, are not allowed:
To fix this error, rename your class, function, or variable:
Alternatively, replace the symbols with ASCII:
Alternatively, write the object key or method name as a string literal:
Introduced in quick-lint-js version 0.2.0.