@inlang/message-lint-rule-valid-js-identifier
esm
Enforces that all message ids are valid JavaScript identifiers. It also excludes any reserved JS keywords. You can read more about valid JS identifiers [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#identifiers).
Version 1.0.8 Vulnerabilities 0
INSTALL
Type:
<script type="module"> import inlangmessageLintRuleValidJsIdentifier from 'https://cdn.jsdelivr.net/npm/@inlang/message-lint-rule-valid-js-identifier@1.0.8/+esm' </script>