Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: add eslint rule restrict-template-expressions
So that we do not accidentally pass undefined, null, booleans or just any type in tempalte literals, see: `all these should error ${false} ${undefined} ${[]} ${null}` This is a eslint rule, so only make weblint will check.
- Loading branch information