Tony Wieser (previously Microsoft Research)

Results 4 comments of Tony Wieser (previously Microsoft Research)

As a workaround, to hide the values in a template, you can use $when on an object: "$when": "${exists(path.to.something)}" Or if you're in building say markdown, and condionally want nothing,...

For reference, to remove the warning from your template area, surround your template definitions with: /*eslint-disable no-template-curly-in-string */ ... template definitions go in here... /*eslint-enable no-template-curly-in-string */

Sure. When you use create-react-app you get a bunch of boilerplate configuration. It dumps errors into the console (of your web app) for lint errors that are very likely to...

I wonder if it would be possible to make the template prefix configurable in the template description itself as an extra field that defaults to $. It could then be...